Install Rayman Control Panel
This commit is contained in:
parent
1fc49588fc
commit
098375989b
1 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue