Update electron updater url

This commit is contained in:
Alice Gaudon 2021-03-06 18:24:21 +01:00
parent b8861a7d45
commit aeed83a9f7
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
provider: generic provider: generic
url: "https://update.eternae.ink/arisu/tabs" url: "https://update.eternae.ink/ashpie/tabs"
updaterCacheDirName: tabs-updater updaterCacheDirName: tabs-updater
publisherName: publisherName:
- Alice Gaudon - Alice Gaudon

View File

@ -71,7 +71,7 @@ document.addEventListener('DOMContentLoaded', () => {
updateStatus = document.getElementById('update-status'); updateStatus = document.getElementById('update-status');
updateButton = document.getElementById('download-button'); updateButton = document.getElementById('download-button');
updateButton?.addEventListener('click', () => { 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); .catch(console.error);
}); });

View File

@ -64,7 +64,7 @@
"publish": [ "publish": [
{ {
"provider": "generic", "provider": "generic",
"url": "https://update.eternae.ink/arisu/tabs" "url": "https://update.eternae.ink/ashpie/tabs"
} }
], ],
"linux": { "linux": {