Skip to content

Commit 3915a03

Browse files
revert
1 parent 7f46873 commit 3915a03

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

electron/main/updater.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export function initAutoUpdater(getWindow: WindowGetter): void {
3030
autoUpdater.logger = logger as any
3131
autoUpdater.autoDownload = false
3232
autoUpdater.autoInstallOnAppQuit = true
33-
autoUpdater.disableWebInstaller = true
3433

3534
autoUpdater.on('update-available', (info) => {
3635
const running = app.getVersion()

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
},
7171
"nsis": {
7272
"oneClick": false,
73-
"allowToChangeInstallationDirectory": true
73+
"allowToChangeInstallationDirectory": true,
74+
"disableWebInstaller": true
7475
},
7576
"win": {
7677
"target": "nsis",

0 commit comments

Comments
 (0)