|
|
|
@ -18,6 +18,7 @@ export class AppUpdaterPlugin extends ElectronBasePlugin { |
|
|
|
|
this.methods = [...super.methods] |
|
|
|
|
|
|
|
|
|
autoUpdater.autoDownload = false |
|
|
|
|
autoUpdater.channel = 'beta' |
|
|
|
|
autoUpdater.disableDifferentialDownload = true |
|
|
|
|
|
|
|
|
|
autoUpdater.on('checking-for-update', () => { |
|
|
|
|