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