Update electron updater url
This commit is contained in:
parent
b8861a7d45
commit
aeed83a9f7
@ -1,5 +1,5 @@
|
||||
provider: generic
|
||||
url: "https://update.eternae.ink/arisu/tabs"
|
||||
url: "https://update.eternae.ink/ashpie/tabs"
|
||||
updaterCacheDirName: tabs-updater
|
||||
publisherName:
|
||||
- Alice Gaudon
|
||||
|
@ -71,7 +71,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
updateStatus = document.getElementById('update-status');
|
||||
updateButton = document.getElementById('download-button');
|
||||
updateButton?.addEventListener('click', () => {
|
||||
shell.openExternal(`https://update.eternae.ink/arisu/tabs/${updateInfo.path}`)
|
||||
shell.openExternal(`https://update.eternae.ink/ashpie/tabs/${updateInfo.path}`)
|
||||
.catch(console.error);
|
||||
});
|
||||
|
||||
|
@ -64,7 +64,7 @@
|
||||
"publish": [
|
||||
{
|
||||
"provider": "generic",
|
||||
"url": "https://update.eternae.ink/arisu/tabs"
|
||||
"url": "https://update.eternae.ink/ashpie/tabs"
|
||||
}
|
||||
],
|
||||
"linux": {
|
||||
|
Loading…
Reference in New Issue
Block a user