From 47accdd2b1d45630d5ab073760fd434ede55efdf 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 cb0146573f1d1c41c9b4d8f7dba26cdabad1d9ae. --- 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