Skip to content

Commit

Permalink
Change nsis settings to generate an assisted installer
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTocs committed Jun 4, 2021
1 parent 1db6b99 commit 7503553
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ module.exports = {
externals: ["win32-api", "ffi-napi", "ref-napi", "node-gyp-build", "@peter-murray/hue-bridge-model", "node-hue-api", "jsdom", "canvas", "chokidar"],
nodeIntegration: true,
builderOptions: {
nsis: {
oneClick: false,
allowToChangeInstallationDirectory: true,
},
publish: [{
provider: 'github',
owner: "LordTocs",
Expand Down

0 comments on commit 7503553

Please sign in to comment.