From e736db865cfd39f8c5c78147909c5139a572016f Mon Sep 17 00:00:00 2001 From: Red Date: Sun, 16 Jun 2024 01:57:21 +0900 Subject: [PATCH] [skip ci] catch error --- install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.ps1 b/install.ps1 index 4fe6742..2fbbba1 100644 --- a/install.ps1 +++ b/install.ps1 @@ -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" }