基于生态适配脚本支持指定容器1

This commit is contained in:
2022-09-27 21:34:13 +08:00
parent f200bd3362
commit b1deb06b49
4 changed files with 59 additions and 6 deletions

View File

@@ -13,7 +13,9 @@ if [ -n "$apprun_cmd" ];then
wine_name=${wine_name##*/}
fi
export public_bottle_name="$deb_package_name"
# export public_bottle_name="$deb_package_name"
# 为了满足用户自定义容器名的需求,更改
export public_bottle_name="$bottle_name"
CheckTool()
{