There was an error while loading. Please reload this page.
1 parent 7f46873 commit 3915a03Copy full SHA for 3915a03
2 files changed
electron/main/updater.ts
@@ -30,7 +30,6 @@ 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,7 +70,8 @@
70
},
71
"nsis": {
72
"oneClick": false,
73
- "allowToChangeInstallationDirectory": true
+ "allowToChangeInstallationDirectory": true,
74
+ "disableWebInstaller": true
75
76
"win": {
77
"target": "nsis",
0 commit comments