Disable the auto updater

This commit is contained in:
David Marby
2020-10-16 17:52:01 +02:00
parent be56a36a79
commit 8ee0413884

View File

@@ -15,6 +15,9 @@ import { delay } from '../common/misc';
const { autoUpdater, BrowserWindow, ipcMain } = electron;
async function getUpdateUrl(force: boolean): Promise<string | null> {
return null;
// eslint-disable-next-line no-unreachable
const platform = process.platform;
const settings = await models.settings.getOrCreate();
let updateUrl = null;