mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-28 18:18:07 -04:00
Disable the auto updater
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user