mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-19 13:50:04 +10:00
experimental patches for 1.2.55 +
- added experimental patches for 1.2.55+
This commit is contained in:
@@ -1821,9 +1821,10 @@ $old = [IO.File]::ReadAllText($spotifyExecutable, $ANSI)
|
||||
|
||||
$rexex1 = $old -notmatch $webjson.others.binary.block_update.add
|
||||
$rexex2 = $old -notmatch $webjson.others.binary.block_slots.add
|
||||
$rexex3 = $old -notmatch $webjson.others.binary.block_gabo.add
|
||||
$rexex3 = $old -notmatch $webjson.others.binary.block_slots_2.add
|
||||
$rexex4 = $old -notmatch $webjson.others.binary.block_gabo.add
|
||||
|
||||
if ($rexex1 -and $rexex2 -and $rexex3) {
|
||||
if ($rexex1 -and $rexex2 -and $rexex3 -and $rexex4) {
|
||||
|
||||
if (Test-Path -LiteralPath $exe_bak) {
|
||||
Remove-Item $exe_bak -Recurse -Force
|
||||
|
||||
Reference in New Issue
Block a user