url go bonk
This commit is contained in:
parent
b9d638ee67
commit
8476e6d70d
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue