experimental patches for 1.2.55 +

- added experimental patches for 1.2.55+
This commit is contained in:
amd64fox
2025-01-18 23:18:21 +03:00
parent 0658ccba4d
commit e4206c55ba
2 changed files with 36 additions and 2 deletions
+3 -2
View File
@@ -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