From 20e93ecc8e64b1a0fdc151022f0ac68fb9b26fd0 Mon Sep 17 00:00:00 2001 From: Tunglies Date: Tue, 25 Mar 2025 01:38:52 +0800 Subject: [PATCH] Revert "chore: updater channel combined" This reverts commit aeaab10fcbe29e792285fec97ecb154087dfb7a9. --- scripts/updater.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/updater.mjs b/scripts/updater.mjs index 9f53625a..46358ff5 100644 --- a/scripts/updater.mjs +++ b/scripts/updater.mjs @@ -7,9 +7,9 @@ const UPDATE_TAG_NAME = "updater"; const UPDATE_JSON_FILE = "update.json"; const UPDATE_JSON_PROXY = "update-proxy.json"; // Add alpha update JSON filenames -const ALPHA_TAG_NAME = "updater"; +const ALPHA_TAG_NAME = "updater-alpha"; const ALPHA_UPDATE_JSON_FILE = "update-alpha.json"; -const ALPHA_UPDATE_JSON_PROXY = "update-proxy-alpha.json"; +const ALPHA_UPDATE_JSON_PROXY = "update-alpha-proxy.json"; /// generate update.json /// upload to update tag's release asset