From 750355395f738a961cd4d21a0d1bd924a0ea6e29 Mon Sep 17 00:00:00 2001 From: LordTocs Date: Fri, 4 Jun 2021 13:17:12 -0400 Subject: [PATCH] Change nsis settings to generate an assisted installer --- vue.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vue.config.js b/vue.config.js index e08dacb0..2312c1ef 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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",