From 37fe68e06a6eae34caddf8297afe4ae111eb38b8 Mon Sep 17 00:00:00 2001 From: shenmo Date: Sat, 23 Mar 2024 12:23:38 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/打包用例/run.sh b/打包用例/run.sh index e37df66..305cbc0 100755 --- a/打包用例/run.sh +++ b/打包用例/run.sh @@ -85,8 +85,7 @@ fi ##默认屏蔽mono和gecko安装器 if [ "$APPRUN_CMD" = "spark-wine7-devel" ] || [ "$APPRUN_CMD" = "spark-wine" ]|| [ "$APPRUN_CMD" = "spark-wine8" ] && [ -z "$ENABLE_DOT_NET" ];then -export WINEDLLOVERRIDES="mscoree=d,mshtml=d" -export WINEDLLOVERRIDES="control.exe=d" +export WINEDLLOVERRIDES="mscoree=d,mshtml=d,control.exe=d" #### "为了降低打包体积,默认关闭gecko和momo,如有需要,注释此行(仅对spark-wine7-devel有效)" fi