diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 9d1b1be2..22fb9af4 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -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 diff --git a/README.md b/README.md index cb67c7cb..350f676e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/build.gradle b/build.gradle index 1f9f061e..75d0603a 100644 --- a/build.gradle +++ b/build.gradle @@ -7,9 +7,9 @@ plugins { id 'org.bytedeco.gradle-javacpp-platform' } -ext.moduleName = 'qupath.extension.omero' +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" diff --git a/settings.gradle b/settings.gradle index e5666364..9efc5937 100644 --- a/settings.gradle +++ b/settings.gradle @@ -4,7 +4,7 @@ pluginManagement { } } -rootProject.name = 'qupath-extension-omero' +rootProject.name = 'qupath-extension-omero-web' gradle.ext.qupathVersion = "0.5.0" @@ -28,4 +28,4 @@ dependencyResolutionManagement { } } -} \ No newline at end of file +}