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 `
|
Origin `
|
||||||
ea-app;
|
ea-app;
|
||||||
|
|
||||||
# Emulation
|
choco install -y rayman-controlpanel;
|
||||||
choco install -y `
|
|
||||||
ppsspp;
|
|
||||||
|
|
||||||
$context.RemoveDesktopIcon("*Epic Games*");
|
$context.RemoveDesktopIcon("*Epic Games*");
|
||||||
$context.RemoveDesktopIcon("*Steam*");
|
$context.RemoveDesktopIcon("*Steam*");
|
||||||
|
|
||||||
|
# Emulation
|
||||||
|
choco install -y `
|
||||||
|
ppsspp;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue