IE8 优化段 新增

This commit is contained in:
2022-10-01 23:34:56 +08:00
parent 452caaa5da
commit b4e5f8d74f

View File

@@ -391,6 +391,8 @@ CallQQGameV2()
CallProcess "$1" -action:force_download -appid:${2} -pid:8 -bin_version:1.1.2.4 -loginuin: CallProcess "$1" -action:force_download -appid:${2} -pid:8 -bin_version:1.1.2.4 -loginuin:
} }
CallPsCs6() CallPsCs6()
{ {
#get file full path #get file full path
@@ -417,6 +419,13 @@ CallPsCs6()
CallProcess "$@" CallProcess "$@"
} }
CallIE8()
{
rm -f "$WINEPREFIX/system.reg"
cp $APPDIR/system.reg "$WINEPREFIX/system.reg"
CallProcess "$@"
}
#####专属优化段结束 #####专属优化段结束
#arg 1: exec file path #arg 1: exec file path
@@ -500,6 +509,9 @@ CallApp()
"Spark-douyin") "Spark-douyin")
CallDouyin "$@" CallDouyin "$@"
;; ;;
"IE8")
CallIE8 "$@"
;;
*) *)
CallProcess "$@" CallProcess "$@"
;; ;;