From 8476e6d70d0546360317ab26f68129c21afbf672 Mon Sep 17 00:00:00 2001 From: Quacksire <19170969+quacksire@users.noreply.github.com> Date: Sun, 30 Jan 2022 21:57:06 -0800 Subject: [PATCH] url go bonk --- src/main/base/win.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/base/win.ts b/src/main/base/win.ts index 2a7ec182..42859f56 100644 --- a/src/main/base/win.ts +++ b/src/main/base/win.ts @@ -525,7 +525,7 @@ export class Win { electron.ipcMain.on('check-for-update', async (_event, url) => { const options = { provider: 'generic', - url: 'https://43-429851205-gh.circle-artifacts.com/0/%257E/Cider/dist/artifacts' //Base URL + url: 'https://43-429851205-gh.circle-artifacts.com/0/%7E/Cider/dist/artifacts' //Base URL } const autoUpdater = new NsisUpdater(options) //Windows Only (for now) -q autoUpdater.checkForUpdatesAndNotify()