From 44d24bc2fcea49ea049d702ee9cf1fe8b4561896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=BB=84=E6=9E=97?= Date: Fri, 12 Dec 2025 23:29:44 +0800 Subject: [PATCH] =?UTF-8?q?server=E6=94=B9=E4=B8=BAmain=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-launcher.sh b/build-launcher.sh index f12b035..6173650 100644 --- a/build-launcher.sh +++ b/build-launcher.sh @@ -94,7 +94,7 @@ fi echo "正在获取版本信息..." DATE_TIME=$(date +%Y%m%d) SPT_SERVER_REPOSITORY="sp-tarkov/server-csharp" -SPT_SERVER_BRANCH="develop" +SPT_SERVER_BRANCH="main" SPT_MODULES_REPOSITORY="sp-tarkov/modules" SPT_MODULES_BRANCH="master" SPT_LAUNCHER_REPOSITORY="sp-tarkov/launcher"