fix folder name

This commit is contained in:
Craig Raw 2020-08-25 17:24:22 +02:00
parent 2cca6049be
commit 0a094332d2

View file

@ -140,7 +140,7 @@ jlink {
skipInstaller = os.macOsX
imageOptions = []
installerOptions = [
'--file-associations', 'src/main/resources/associations.properties',
'--file-associations', 'src/main/deploy/associations.properties',
]
if(os.windows) {
installerOptions += ['--win-per-user-install', '--win-dir-chooser', '--win-menu', '--win-shortcut']