From 83933db22756b3975f39a300bf84119546405bea Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Fri, 30 Sep 2022 11:12:31 +0200 Subject: [PATCH] Fix filenames in beta updater (#4399) --- scripts/version.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/version.js b/scripts/version.js index 301e1aaf..ed259533 100755 --- a/scripts/version.js +++ b/scripts/version.js @@ -54,9 +54,9 @@ function make_update_json(versionstr) { { version: versionstr, update_link: - "https://tridactyl.cmcaine.co.uk/betas/tridactyl_beta-" + + "https://tridactyl.cmcaine.co.uk/betas/tridactyl2-" + versionstr + - "-an+fx.xpi", + ".xpi", }, ], }, @@ -65,9 +65,9 @@ function make_update_json(versionstr) { { version: versionstr, update_link: - "https://tridactyl.cmcaine.co.uk/betas/nonewtab/tridactyl_no_new_tab_beta-" + + "https://tridactyl.cmcaine.co.uk/betas/nonewtab/tridactyl_nonewtab_beta-" + versionstr + - "-an+fx.xpi", + ".xpi", }, ], },