Update electron updater url
This commit is contained in:
parent
b8861a7d45
commit
aeed83a9f7
@ -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
|
||||||
|
@ -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);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user