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 "$@" ;;