mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-19 13:50:04 +10:00
Update Install.ps1
This commit is contained in:
+2
-2
@@ -140,8 +140,8 @@ if (-not $spotifyInstalled) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(test-path $SpotifyDirectory/chrome_elf.dll.bak)) {
|
if (!(test-path $SpotifyDirectory/chrome_elf_bak.dll)) {
|
||||||
Move-Item $SpotifyDirectory\chrome_elf.dll $SpotifyDirectory\chrome_elf.dll.bak >$null 2>&1
|
Move-Item $SpotifyDirectory\chrome_elf.dll $SpotifyDirectory\chrome_elf_bak.dll >$null 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
Write-Host 'Patching Spotify...'
|
Write-Host 'Patching Spotify...'
|
||||||
|
|||||||
Reference in New Issue
Block a user