From d3353b0033e0d8423ad96571f06f2741fbc673d2 Mon Sep 17 00:00:00 2001 From: shenmo Date: Tue, 17 Dec 2024 06:00:53 +0000 Subject: [PATCH] =?UTF-8?q?update=20=E6=89=93=E5=8C=85=E7=94=A8=E4=BE=8B/r?= =?UTF-8?q?un.sh.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shenmo --- 打包用例/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/打包用例/run.sh b/打包用例/run.sh index 3138c6d..b0e3deb 100755 --- a/打包用例/run.sh +++ b/打包用例/run.sh @@ -122,7 +122,7 @@ fi ##############<<<<<<<<<屏蔽mono和gecko安装器开始 ##默认屏蔽mono和gecko安装器 -if [ "$APPRUN_CMD" = "spark-wine7-devel" ] || [ "$APPRUN_CMD" = "spark-wine" ]|| [ "$APPRUN_CMD" = "spark-wine8" ] && [ -z "$ENABLE_DOT_NET" ];then +if [ "$APPRUN_CMD" = "spark-wine9" ] || [ "$APPRUN_CMD" = "spark-wine" ]|| [ "$APPRUN_CMD" = "spark-wine8" ] && [ -z "$ENABLE_DOT_NET" ];then #export WINEDLLOVERRIDES="mscoree=d,mshtml=d,control.exe=d" export WINEDLLOVERRIDES="control.exe=d"