mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2025-12-18 21:11:39 +08:00
IE8 优化段 新增
This commit is contained in:
@@ -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 "$@"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user