Skip to content

Commit

Permalink
Update enable one click windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
SRichner committed Mar 14, 2024
1 parent f097437 commit 4efa44e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/electron/electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@
artifactName: '${productName}-Windows-${version}-Setup.${ext}'
},
nsis: {
oneClick: false,
perMachine: false,
allowToChangeInstallationDirectory: true,
oneClick: true,
deleteAppDataOnUninstall: false,
differentialPackage: false
},
Expand Down

0 comments on commit 4efa44e

Please sign in to comment.