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

View File

@@ -22,13 +22,14 @@ read_config() {
}
read_config "ace-base.config"
read_config "ace-base-build.config"
# 访问变量
echo "Package Name: $PKG_NAME"
echo "Host Name: $HOST_NAME"
echo "Executable Name: $EXEC_NAME"
echo "Pretty Name: $PRETTY_NAME"
echo "Version: $VERSION"
target_dir="${1}"
mkdir ${target_dir}/usr/bin
ln -vfs ../../opt/apps/$PKG_NAME/files/bin/ace-run ${target_dir}/usr/bin/$EXEC_NAME