change windows installer from exe to msi

This commit is contained in:
Craig Raw 2024-08-09 09:44:33 +02:00
parent 76490604ac
commit 62e98b0090

View file

@ -271,7 +271,7 @@ jlink {
if(os.windows) {
installerOptions += ['--win-per-user-install', '--win-dir-chooser', '--win-menu', '--win-menu-group', 'Sparrow', '--win-shortcut', '--resource-dir', 'src/main/deploy/package/windows/']
imageOptions += ['--icon', 'src/main/deploy/package/windows/sparrow.ico']
installerType = "exe"
installerType = "msi"
}
if(os.linux) {
if(headless) {