更新打包逻辑

This commit is contained in:
2025-11-02 01:47:36 +08:00
parent 3d156dc229
commit 283f454860
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# 设置目标文件夹和项目名称
target_dir="./opt/ttk"
project_name="ttk"
target_dir="./opt/hldrCenter"
project_name="hldrCenter"
# 创建目标文件夹(若不存在)
mkdir -p "$target_dir"