Remove all PPSSPP icons

This commit is contained in:
Manuel Thalmann 2024-02-06 02:31:44 +01:00
parent a4b68088e2
commit 0e895de320

View file

@ -132,5 +132,5 @@ function Restore-PersonalApps([Context] $context) {
choco install -y ` choco install -y `
ppsspp; ppsspp;
$context.RemoveDesktopIcon("PPSSPP *32-Bit*"); $context.RemoveDesktopIcon("PPSSPP *-Bit*");
} }