mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36: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
|
||||
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']
|
||||
|
|
Loading…
Reference in a new issue