mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
version bump to 1.2.10.751
This commit is contained in:
13
Install.ps1
13
Install.ps1
@@ -270,14 +270,15 @@ $win11 = $win_os -match "\windows 11\b"
|
||||
$win10 = $win_os -match "\windows 10\b"
|
||||
$win8_1 = $win_os -match "\windows 8.1\b"
|
||||
$win8 = $win_os -match "\windows 8\b"
|
||||
$win7 = $win_os -match "\windows 7\b"
|
||||
|
||||
# Recommended version for Win 10-12
|
||||
if ($win10 -or $win11 -or $win12) {
|
||||
$onlineFull = "1.2.9.743.g85d9593d-295"
|
||||
}
|
||||
# Recommended version for Win 7-8.1
|
||||
else {
|
||||
$onlineFull = "1.2.5.1006.g22820f93-1078"
|
||||
if ($win7 -or $win8 -or $win8_1) {
|
||||
$onlineFull = "1.2.5.1006.g22820f93-1078"
|
||||
}
|
||||
# Recommended version for Win 10-12
|
||||
else {
|
||||
$onlineFull = "1.2.10.751.g9ce1ecb2-918"
|
||||
}
|
||||
|
||||
$online = ($onlineFull -split ".g")[0]
|
||||
|
||||
@@ -909,6 +909,14 @@
|
||||
"match": "(Enable the IAV component make api requests\",default:)(!1|!0)",
|
||||
"replace": "$1false"
|
||||
},
|
||||
"fraud3": {
|
||||
"version": {
|
||||
"from": "1.2.10",
|
||||
"do": ""
|
||||
},
|
||||
"match": "(Enable user fraud signals\",default:)(!1|!0)",
|
||||
"replace": "$1false"
|
||||
},
|
||||
"hptolocation": {
|
||||
"version": {
|
||||
"from": "1.2.1",
|
||||
@@ -972,6 +980,22 @@
|
||||
},
|
||||
"match": "(Enable remote download support through the offline2 system\",default:)(!1)",
|
||||
"replace": "$1true"
|
||||
},
|
||||
"DesktopMusicLeavebehinds": {
|
||||
"version": {
|
||||
"from": "1.2.10",
|
||||
"do": ""
|
||||
},
|
||||
"match": "(Enable music leavebehinds on eligible playlists for desktop\",default:)(!1|!0)",
|
||||
"replace": "$1false"
|
||||
},
|
||||
"enableEsperantoMigration": {
|
||||
"version": {
|
||||
"from": "1.2.10",
|
||||
"do": ""
|
||||
},
|
||||
"match": "(Enable esperanto Migration for Ad Formats\",default:)(!1|!0)",
|
||||
"replace": "$1false"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user