url go bonk

This commit is contained in:
Quacksire 2022-01-30 21:57:06 -08:00
parent b9d638ee67
commit 8476e6d70d

View file

@ -525,7 +525,7 @@ export class Win {
electron.ipcMain.on('check-for-update', async (_event, url) => { electron.ipcMain.on('check-for-update', async (_event, url) => {
const options = { const options = {
provider: 'generic', 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 const autoUpdater = new NsisUpdater(options) //Windows Only (for now) -q
autoUpdater.checkForUpdatesAndNotify() autoUpdater.checkForUpdatesAndNotify()