Skip to content

Commit

Permalink
[skip ci] catch error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuzair46 authored Jun 15, 2024
1 parent 1c1a308 commit e736db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Write-Host 'Patching Spotify...'
$patchFiles = (Join-Path -Path $PWD -ChildPath 'dpapi.dll'), (Join-Path -Path $PWD -ChildPath 'config.ini')

Copy-Item -LiteralPath $patchFiles -Destination "$spotifyDirectory"
Remove-Item -LiteralPath (Join-Path -Path $spotifyDirectory -ChildPath 'blockthespot_settings.json') -Force # temporary
Remove-Item -LiteralPath (Join-Path -Path $spotifyDirectory -ChildPath 'blockthespot_settings.json') -Force -ErrorAction SilentlyContinue # temporary

function Install-VcRedist {
$architecture = if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" }
Expand Down

0 comments on commit e736db8

Please sign in to comment.