From 634953991fe602b974dcc42e6150abb450780990 Mon Sep 17 00:00:00 2001 From: shenmo Date: Tue, 26 Mar 2024 12:29:01 +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, 2 insertions(+), 1 deletion(-) diff --git a/打包用例/run.sh b/打包用例/run.sh index 305cbc0..f76b252 100755 --- a/打包用例/run.sh +++ b/打包用例/run.sh @@ -85,7 +85,8 @@ 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,control.exe=d" +#export WINEDLLOVERRIDES="mscoree=d,mshtml=d,control.exe=d" +export WINEDLLOVERRIDES="control.exe=d" #### "为了降低打包体积,默认关闭gecko和momo,如有需要,注释此行(仅对spark-wine7-devel有效)" fi