There was an error while loading. Please reload this page.
2 parents 3915a03 + 8302b8c commit 4ab20bcCopy full SHA for 4ab20bc
2 files changed
electron/main/updater.ts
@@ -30,6 +30,7 @@ export function initAutoUpdater(getWindow: WindowGetter): void {
30
autoUpdater.logger = logger as any
31
autoUpdater.autoDownload = false
32
autoUpdater.autoInstallOnAppQuit = true
33
+ autoUpdater.disableWebInstaller = true
34
35
autoUpdater.on('update-available', (info) => {
36
const running = app.getVersion()
package.json
@@ -70,8 +70,7 @@
70
},
71
"nsis": {
72
"oneClick": false,
73
- "allowToChangeInstallationDirectory": true,
74
- "disableWebInstaller": true
+ "allowToChangeInstallationDirectory": true
75
76
"win": {
77
"target": "nsis",
0 commit comments