update spark-dwine-launch/run-template_v1.sh.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2023-07-09 16:59:12 +00:00
committed by Gitee
parent 378226dc92
commit 8fcfd0c5b5

View File

@@ -81,7 +81,7 @@ fi
##默认屏蔽mono和gecko安装器
if [ "$APPRUN_CMD" = "spark-wine7-devel" ] || [ "$APPRUN_CMD" = "spark-wine8" ] && [ -z "$ENABLE_DOT_NET" ];then
export WINEDLLOVERRIDES="mscoree,mshtml="
export WINEDLLOVERRIDES="mscoree=d,mshtml=d"
#### "为了降低打包体积默认关闭gecko和momo如有需要注释此行仅对spark-wine7-devel有效"
fi