1
0
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:
JoelBirlingmairBeastCode 2022-05-25 12:38:01 -05:00 committed by GitHub
parent 58ffb38d74
commit df948c0314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {