mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-20 22:21:09 +10:00
version bump to 1.2.10.751
This commit is contained in:
+7
-6
@@ -270,14 +270,15 @@ $win11 = $win_os -match "\windows 11\b"
|
|||||||
$win10 = $win_os -match "\windows 10\b"
|
$win10 = $win_os -match "\windows 10\b"
|
||||||
$win8_1 = $win_os -match "\windows 8.1\b"
|
$win8_1 = $win_os -match "\windows 8.1\b"
|
||||||
$win8 = $win_os -match "\windows 8\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
|
# Recommended version for Win 7-8.1
|
||||||
else {
|
if ($win7 -or $win8 -or $win8_1) {
|
||||||
$onlineFull = "1.2.5.1006.g22820f93-1078"
|
$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]
|
$online = ($onlineFull -split ".g")[0]
|
||||||
|
|||||||
@@ -909,6 +909,14 @@
|
|||||||
"match": "(Enable the IAV component make api requests\",default:)(!1|!0)",
|
"match": "(Enable the IAV component make api requests\",default:)(!1|!0)",
|
||||||
"replace": "$1false"
|
"replace": "$1false"
|
||||||
},
|
},
|
||||||
|
"fraud3": {
|
||||||
|
"version": {
|
||||||
|
"from": "1.2.10",
|
||||||
|
"do": ""
|
||||||
|
},
|
||||||
|
"match": "(Enable user fraud signals\",default:)(!1|!0)",
|
||||||
|
"replace": "$1false"
|
||||||
|
},
|
||||||
"hptolocation": {
|
"hptolocation": {
|
||||||
"version": {
|
"version": {
|
||||||
"from": "1.2.1",
|
"from": "1.2.1",
|
||||||
@@ -972,6 +980,22 @@
|
|||||||
},
|
},
|
||||||
"match": "(Enable remote download support through the offline2 system\",default:)(!1)",
|
"match": "(Enable remote download support through the offline2 system\",default:)(!1)",
|
||||||
"replace": "$1true"
|
"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