Skip to content

Commit

Permalink
chore: Change NSIS config and allow user to change app installtion di…
Browse files Browse the repository at this point in the history
…rectory.

Signed-off-by: The1111mp <The1111mp@outlook.com>
  • Loading branch information
1111mp committed Nov 10, 2023
1 parent 8656ac5 commit d92b5ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@
],
"category": "Development"
},
"nsis": {
"oneClick": false,
"deleteAppDataOnUninstall": true,
"allowToChangeInstallationDirectory": true
},
"directories": {
"app": "release/app",
"buildResources": "assets",
Expand Down

0 comments on commit d92b5ab

Please sign in to comment.