Compare commits

...

1 Commits

Author SHA1 Message Date
b4e5f8d74f IE8 优化段 新增 2022-10-01 23:34:56 +08:00

View File

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