Skip to content

Commit

Permalink
Update sp.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
anddea authored Aug 28, 2022
1 parent c542423 commit a1a1e10
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/sp.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
if (Test-Path -Path $env:APPDATA/Spotify/Apps) {
Set-Location $env:APPDATA/Spotify/Apps
} else {
Write-Host "Install Spotify from the website!`nhttps://www.spotify.com/download/" -ForegroundColor Red
break
}

Write-Host "Modifying Spotify!"
Set-Location $env:APPDATA/Spotify/Apps
Copy-Item xpui.spa xpui.bak

Add-Type -Assembly 'System.IO.Compression.FileSystem'
Expand Down

0 comments on commit a1a1e10

Please sign in to comment.