feat: Auto switch wine helper to reduce package maintaining pressure

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2024-06-28 08:05:56 +00:00
committed by Gitee
parent 402e571d8d
commit 42ddcb2db3

View File

@@ -40,7 +40,11 @@ BOTTLENAME="容器名"
APPVER="版本号"
EXEC_PATH="启动路径"
##### 软件在wine中的启动路径
if [ -e "/opt/deepinwine/tools/spark_run_v4.sh"] ;then
START_SHELL_PATH="/opt/deepinwine/tools/spark_run_v4.sh"
else
START_SHELL_PATH="/opt/deepinwine/tools/run_v4.sh"
fi
ENABLE_DOT_NET=""
####若使用spark-wine时需要用到.net则请把ENABLE_DOT_NET设为true同时在依赖中写spark-wine7-mono
#export BOX86_EMU_CMD="/opt/spark-box86/box86"