Skip to content

Commit

Permalink
Remainder of qupath-extension-omero -> qupath-extension-omero-web upd…
Browse files Browse the repository at this point in the history
…ates
  • Loading branch information
melissalinkert committed Jun 6, 2024
1 parent 9c7922a commit 0925a40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: qupath-extension-omero-gs
name: qupath-extension-omero-web-gs
path: build/libs/*.jar
retention-days: 30
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The main documentation for the extension is at https://qupath.readthedocs.io/en/

## Installing

To install the OMERO extension, download the latest `qupath-extension-omero-[version].jar` file from [releases](https://github.com/glencoesoftware/qupath-extension-omero/releases) and drag it onto the main QuPath window.
To install the OMERO extension, download the latest `qupath-extension-omero-web-[version].jar` file from [releases](https://github.com/glencoesoftware/qupath-extension-omero-web/releases) and drag it onto the main QuPath window.

If you haven't installed any extensions before, you'll be prompted to select a QuPath user directory.
The extension will then be copied to a location inside that directory.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

ext.moduleName = 'qupath.extension.omero-web'
ext.qupathJavaVersion = 17
archivesBaseName = 'qupath-extension-omero'
archivesBaseName = 'qupath-extension-omero-web'
description = "QuPath extension to support image reading using OMERO's web API."
version = "0.4.3-gs-SNAPSHOT"

Expand Down

0 comments on commit 0925a40

Please sign in to comment.