diff --git a/src/main/resolve/autoUpdater.ts b/src/main/resolve/autoUpdater.ts index 9827c65..8104e69 100644 --- a/src/main/resolve/autoUpdater.ts +++ b/src/main/resolve/autoUpdater.ts @@ -86,6 +86,7 @@ export async function downloadAndInstallUpdate(version: string): Promise { if (!existsSync(path.join(dataDir(), file))) { const res = await chromeRequest.get(`${baseUrl}${file}`, { responseType: 'arraybuffer', + timeout: 0, proxy: { protocol: 'http', host: '127.0.0.1',