Skip to content

Commit

Permalink
Merge pull request #1384 from petebankhead/towards-rc1
Browse files Browse the repository at this point in the history
Update build script, changelog
  • Loading branch information
petebankhead committed Oct 6, 2023
2 parents a82fb94 + 4d77695 commit 2241237
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -50,7 +50,7 @@ This is a work-in-progress for the next QuPath release.
#### Platforms
* Much improved Apple Silicon support, including with OpenSlide
* See [below](#important-info-for-mac-users) for details
* New .deb and .rpm installers for Linux
* New .deb installer for Linux (experimental; .rpm planned for the future)

#### Import & export
* SVG export now supports overlays (https://github.com/qupath/qupath/issues/1272)
Expand Down
4 changes: 0 additions & 4 deletions qupath-app/build.gradle
Expand Up @@ -564,10 +564,6 @@ void updatePackageType(JPackageParams params, String... defaultInstallers) {
params.installerTypes = defaultInstallers as List
} else {
params.installerTypes = [packageType]
// TODO: Check why couldn't build rpm with rc1 suffix but SNAPSHOT was ok...?
if (packageType == 'rpm' && params.appVersion.contains('-rc')) {
params.appVersion = stripVersionSuffix(params.appVersion) + '-SNAPSHOT'
}
}
}

Expand Down

0 comments on commit 2241237

Please sign in to comment.