From f5f2ee1f959aea8a83db065068cfdceaccedb84e Mon Sep 17 00:00:00 2001 From: Tunglies Date: Tue, 25 Mar 2025 01:54:44 +0800 Subject: [PATCH] chore: rename updater alpha release json names --- scripts/updater.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/updater.mjs b/scripts/updater.mjs index 0f5fb37f..9291d6ab 100644 --- a/scripts/updater.mjs +++ b/scripts/updater.mjs @@ -8,8 +8,8 @@ const UPDATE_JSON_FILE = "update.json"; const UPDATE_JSON_PROXY = "update-proxy.json"; // Add alpha update JSON filenames const ALPHA_TAG_NAME = "updater-alpha"; -const ALPHA_UPDATE_JSON_FILE = "update-alpha.json"; -const ALPHA_UPDATE_JSON_PROXY = "update-alpha-proxy.json"; +const ALPHA_UPDATE_JSON_FILE = "update.json"; +const ALPHA_UPDATE_JSON_PROXY = "update-proxy.json"; /// generate update.json /// upload to update tag's release asset