From ada191e9710a0688242eff14931a16183e459491 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Fri, 27 Nov 2020 14:31:42 +0100 Subject: [PATCH] Update new update download link --- frontend/ts/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ts/settings.ts b/frontend/ts/settings.ts index 24ec9f9..170d7c0 100644 --- a/frontend/ts/settings.ts +++ b/frontend/ts/settings.ts @@ -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); });