diff --git a/spark-dwine-launch/run-template_v1.sh b/spark-dwine-launch/run-template_v1.sh index cdadc5d9869da55f7f34d11261b12c1f8c209068..3ff90c1e641ed9dc3b102c54b7581d75af39e3cd 100755 --- a/spark-dwine-launch/run-template_v1.sh +++ b/spark-dwine-launch/run-template_v1.sh @@ -79,9 +79,10 @@ fi ##############<<<<<<<<<屏蔽mono和gecko安装器开始 ##默认屏蔽mono和gecko安装器 -if [ "$APPRUN_CMD" = "spark-wine7-devel" ] || [ "$APPRUN_CMD" = "spark-wine8" ] && [ -z "$ENABLE_DOT_NET" ];then +if [ "$APPRUN_CMD" = "spark-wine7-devel" ] || [ "$APPRUN_CMD" = "spark-wine" ] && [ -z "$ENABLE_DOT_NET" ];then export WINEDLLOVERRIDES="mscoree=d,mshtml=d" +export WINEDLLOVERRIDES="control.exe=d" #### "为了降低打包体积,默认关闭gecko和momo,如有需要,注释此行(仅对spark-wine7-devel有效)" fi