mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-05 05:46:44 +00:00
fix folder name
This commit is contained in:
parent
2cca6049be
commit
0a094332d2
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ jlink {
|
||||||
skipInstaller = os.macOsX
|
skipInstaller = os.macOsX
|
||||||
imageOptions = []
|
imageOptions = []
|
||||||
installerOptions = [
|
installerOptions = [
|
||||||
'--file-associations', 'src/main/resources/associations.properties',
|
'--file-associations', 'src/main/deploy/associations.properties',
|
||||||
]
|
]
|
||||||
if(os.windows) {
|
if(os.windows) {
|
||||||
installerOptions += ['--win-per-user-install', '--win-dir-chooser', '--win-menu', '--win-shortcut']
|
installerOptions += ['--win-per-user-install', '--win-dir-chooser', '--win-menu', '--win-shortcut']
|
||||||
|
|
Loading…
Reference in a new issue