This commit is contained in:
2025-06-07 10:59:02 +08:00
parent 51b30d0ef7
commit 3fa34672ca
11 changed files with 83 additions and 20 deletions

2
replacer.sh Normal file → Executable file
View File

@@ -3,7 +3,7 @@
########################################
# 配置部分
########################################
config_file="ace-base.config" # 配置文件路径
config_file="ace-base-build.config" # 配置文件路径
if [[ -z "$1" ]];then
echo "Need TARGET DIR"
exit