diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index 27b7cba4..f32ccda1 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -132,5 +132,5 @@ function Restore-PersonalApps([Context] $context) { choco install -y ` ppsspp; - $context.RemoveDesktopIcon("PPSSPP *32-Bit*"); + $context.RemoveDesktopIcon("PPSSPP *-Bit*"); }