修复 HMCL 的构建问题,支持 REPOPATH的参数,删除不必要的aptss update

This commit is contained in:
2025-08-29 00:03:26 +08:00
parent 0e37a2a1e9
commit 7c1ae4bb24
6 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
################################# Here we set the configs
REALPATH=`realpath $0`
HERE_PATH=`dirname $REALPATH`
STORE_APP_PATH="$HERE_PATH"
REPO_PATH="${REPO_PATH:-/root/store-dir/}"
WORKDIR=`mktemp -d`
ARCH="" # Define it later
ARCH_ANOTHERWAY="" # Define it later
@@ -22,7 +22,7 @@ DETAIL="2023/12/23在原有包基础上重新打包版本号由原来的
HOMEPAGE="https://github.com/HMCL-dev/HMCL"
MAINTAINER="shenmo<shenmo@spark-app.store>"
STORE_APP_PATH="${REPO_PATH}/${ARCH_STORE_PATH}/${CATAGORY}/${PKG_NAME}/"
################################# Fill the variables below only if you use write_control function
SECTION="games"
PRIORITY="optional"