diff --git a/electron-builder.json5 b/electron-builder.json5 index 960484da..18127a99 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -52,10 +52,14 @@ "artifactName": "${productName}-Linux-${version}.${ext}", "category": "AudioVideo" }, - "win": { - "target": [ - "nsis" - ], - "icon": "icons/icons/win/icon.ico" - } -} + "win": { + "target": [ + "nsis" + ], + "icon": "icons/icons/win/icon.ico" + }, + "nsis": { + "oneClick": false, + "allowToChangeInstallationDirectory": true + } +}