Skip to content

Commit ae98f9b

Browse files
authored
Merge pull request #7 from CodeDead/feature/nsisOptions
* nsis options
2 parents b4024a3 + 7540b30 commit ae98f9b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
"icon": "assets/Icon-512x512.png"
2828
},
2929
"nsis": {
30-
"license": "LICENSE"
30+
"license": "LICENSE",
31+
"oneClick": false,
32+
"perMachine": false,
33+
"allowToChangeInstallationDirectory": true
3134
}
3235
},
3336
"main": "public/electron.js",

0 commit comments

Comments
 (0)