From 7d020d90ca79b128a947217120b95bce85ca92f3 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Tue, 23 Jan 2024 02:53:21 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20build.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5e42f14..e357145 100644 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -e path_cur=$(cd `dirname $0`; pwd) build_type="Release" -# 生成目录 +# 生成目录 ceshi app_path="app" # 可执行程序名 appname="train"