From 5b1504def13e143ec2a1a804085b1890cbc32942 Mon Sep 17 00:00:00 2001 From: skyle1995 Date: Fri, 17 Apr 2026 22:26:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index cace253..f18e08b 100755 --- a/build.sh +++ b/build.sh @@ -54,9 +54,9 @@ build_backend() { local desc=$4 # 确定可执行文件名称 - local exe_name="ApiServe" - if [ "$os" = "windows" ]; then - exe_name="ApiServe.exe" + local exe_name="NetworkAuth" + if [ "$os" = "NetworkAuth" ]; then + exe_name="NetworkAuth.exe" fi # 创建对应架构的输出目录 @@ -96,7 +96,7 @@ pause_and_return() { show_menu() { clear echo -e "${BLUE}=====================================${NC}" - echo -e "${GREEN} ApiServe 项目构建脚本菜单 ${NC}" + echo -e "${GREEN} 项目构建脚本菜单 ${NC}" echo -e "${BLUE}=====================================${NC}" echo -e "1. 🚀 一键全部构建 (前端 + 所有架构后端)" echo -e "2. 📦 仅编译所有后端架构"