Update new update download link

This commit is contained in:
Alice Gaudon 2020-11-27 14:31:42 +01:00
parent 1d73545841
commit ada191e971
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ document.addEventListener('DOMContentLoaded', () => {
updateStatus = document.getElementById('update-status');
updateButton = document.getElementById('download-button');
updateButton?.addEventListener('click', () => {
shell.openExternal(`https://github.com/ArisuOngaku/tabs/releases/download/v${updateInfo.version}/${updateInfo.path}`)
shell.openExternal(`https://update.eternae.ink/arisu/tabs/${updateInfo.path}`)
.catch(console.error);
});