Skip to content

Commit a538a3b

Browse files
tobiasdiezmatthiasgeiger
authored andcommitted
Add UUID for upgrading (#5391)
* 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 ','
1 parent 79f9c86 commit a538a3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ jlink {
582582
installerOptions = [
583583
'--vendor', 'JabRef',
584584
'--app-version', "${project.version}",
585+
'--win-upgrade-uuid', 'd636b4ee-6f10-451e-bf57-c89656780e36',
585586
'--win-dir-chooser',
586587
'--win-shortcut'
587588
]

0 commit comments

Comments
 (0)