Skip to content

Commit

Permalink
Add UUID for upgrading (#5391)
Browse files Browse the repository at this point in the history
* Add UUID for upgrading

In my understanding generating two installers with different versions and same --win-upgrade-uuid should uninstall another version during installation, i.e. this is needed to have a proper upgrade instead of a parallel installation of two JabRef versions.

* add missing ','
  • Loading branch information
tobiasdiez authored and matthiasgeiger committed Oct 5, 2019
1 parent 79f9c86 commit a538a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ jlink {
installerOptions = [
'--vendor', 'JabRef',
'--app-version', "${project.version}",
'--win-upgrade-uuid', 'd636b4ee-6f10-451e-bf57-c89656780e36',
'--win-dir-chooser',
'--win-shortcut'
]
Expand Down

0 comments on commit a538a3b

Please sign in to comment.