mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
remove auto-updates
This commit is contained in:
parent
58ffb38d74
commit
df948c0314
@ -18,7 +18,8 @@ import { UserStore } from "../common/user-store";
|
||||
let installVersion: undefined | string;
|
||||
|
||||
export function isAutoUpdateEnabled() {
|
||||
return autoUpdater.isUpdaterActive() && isPublishConfigured;
|
||||
//return autoUpdater.isUpdaterActive() && isPublishConfigured;
|
||||
return false;
|
||||
}
|
||||
|
||||
function handleAutoUpdateBackChannel(event: Electron.IpcMainEvent, ...[arg]: UpdateAvailableToBackchannel) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user