Turn off updates for DEB and TGZ distributions (#2093)
This commit is contained in:
@@ -315,7 +315,7 @@ export class Config extends EventEmitter {
|
||||
}
|
||||
|
||||
get canUpgrade() {
|
||||
return this.canUpgradeValue && this.buildConfigData?.enableAutoUpdater && !(process.platform === 'win32' && this.registryConfigData?.enableAutoUpdater === false);
|
||||
return this.canUpgradeValue && this.buildConfigData?.enableAutoUpdater && !(process.platform === 'linux' && !process.env.APPIMAGE) && !(process.platform === 'win32' && this.registryConfigData?.enableAutoUpdater === false);
|
||||
}
|
||||
|
||||
get autoCheckForUpdates() {
|
||||
|
Reference in New Issue
Block a user