From b4e5f8d74fd3b7b474cab3cb730f153cb4ec3498 Mon Sep 17 00:00:00 2001 From: shenmo Date: Sat, 1 Oct 2022 23:34:56 +0800 Subject: [PATCH] =?UTF-8?q?IE8=20=E4=BC=98=E5=8C=96=E6=AE=B5=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../s-wine-helper/deepinwine/tools/spark_run_v4.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh b/spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh index 91833d3..edf50ee 100755 --- a/spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh +++ b/spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh @@ -391,6 +391,8 @@ CallQQGameV2() CallProcess "$1" -action:force_download -appid:${2} -pid:8 -bin_version:1.1.2.4 -loginuin: } + + CallPsCs6() { #get file full path @@ -417,6 +419,13 @@ CallPsCs6() CallProcess "$@" } +CallIE8() +{ + rm -f "$WINEPREFIX/system.reg" + cp $APPDIR/system.reg "$WINEPREFIX/system.reg" + CallProcess "$@" +} + #####专属优化段结束 #arg 1: exec file path @@ -500,6 +509,9 @@ CallApp() "Spark-douyin") CallDouyin "$@" ;; + "IE8") + CallIE8 "$@" + ;; *) CallProcess "$@" ;;