From 189d7a1ba154e03c8148dca8c6d1f12f80e68a8a Mon Sep 17 00:00:00 2001 From: shenmo Date: Fri, 13 Dec 2024 11:13:26 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81spark-wine9=E7=9A=84?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=B1=8F=E8=94=BD=E5=AE=89=E8=A3=85=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shenmo --- package-script/template/run.sh | 2 +- packager-config/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-script/template/run.sh b/package-script/template/run.sh index ee54480..f88a3e4 100755 --- a/package-script/template/run.sh +++ b/package-script/template/run.sh @@ -83,7 +83,7 @@ fi ##############<<<<<<<<<屏蔽mono和gecko安装器开始 ##默认屏蔽mono和gecko安装器 -if [ "$APPRUN_CMD" = "spark-wine7-devel" ] || [ "$APPRUN_CMD" = "spark-wine" ]|| [ "$APPRUN_CMD" = "spark-wine8" ] && [ -z "$ENABLE_DOT_NET" ];then +if [ "$APPRUN_CMD" = "spark-wine9" ] || [ "$APPRUN_CMD" = "spark-wine" ]|| [ "$APPRUN_CMD" = "spark-wine8" ] && [ -z "$ENABLE_DOT_NET" ];then export WINEDLLOVERRIDES="mscoree=d,mshtml=d" export WINEDLLOVERRIDES="control.exe=d" diff --git a/packager-config/run.sh b/packager-config/run.sh index 62ba4c5..4852ed3 100644 --- a/packager-config/run.sh +++ b/packager-config/run.sh @@ -122,7 +122,7 @@ fi ##############<<<<<<<<<屏蔽mono和gecko安装器开始 ##默认屏蔽mono和gecko安装器 -if [ "$APPRUN_CMD" = "spark-wine7-devel" ] || [ "$APPRUN_CMD" = "spark-wine" ]|| [ "$APPRUN_CMD" = "spark-wine8" ] && [ -z "$ENABLE_DOT_NET" ];then +if [ "$APPRUN_CMD" = "spark-wine9" ] || [ "$APPRUN_CMD" = "spark-wine" ]|| [ "$APPRUN_CMD" = "spark-wine8" ] && [ -z "$ENABLE_DOT_NET" ];then #export WINEDLLOVERRIDES="mscoree=d,mshtml=d,control.exe=d" export WINEDLLOVERRIDES="control.exe=d"