From 0e895de320a2558f243512c93fd20ee88e17f9c5 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 6 Feb 2024 02:31:44 +0100 Subject: [PATCH] Remove all `PPSSPP` icons --- scripts/Windows/Collections/Personal.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*"); }