Install Rayman Control Panel

This commit is contained in:
Manuel Thalmann 2023-07-17 03:28:09 +02:00
parent 1fc49588fc
commit 098375989b

View file

@ -119,10 +119,12 @@ function Restore-PersonalApps([Context] $context) {
Origin `
ea-app;
# Emulation
choco install -y `
ppsspp;
choco install -y rayman-controlpanel;
$context.RemoveDesktopIcon("*Epic Games*");
$context.RemoveDesktopIcon("*Steam*");
# Emulation
choco install -y `
ppsspp;
}