Skip to content

Commit

Permalink
(spotify)(#941) Fix store name
Browse files Browse the repository at this point in the history
  • Loading branch information
pauby committed Jul 28, 2023
1 parent 7ad9dac commit a6b0933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (Get-Command 'Get-AppxPackage' -ErrorAction SilentlyContinue) {
if ($allAppxPackages.Count -gt 0) {
if ($env:ChocolateyForce) {
#when you remove a package, you don't remove it per architecture. You just remove it for all architectures.
Write-Warning 'Attempting to remove Spotify installed from the Windows Store.'
Write-Warning 'Attempting to remove Spotify installed from the Microsoft Store.'
Remove-AppxPackage -Package $installedAppXPackage[0].PackageFullName
}
else {
Expand Down

0 comments on commit a6b0933

Please sign in to comment.