From 098375989b3dcd2de54405d163dcc204ba239185 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 17 Jul 2023 03:28:09 +0200 Subject: [PATCH] Install Rayman Control Panel --- scripts/Windows/Collections/Personal.ps1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index 50c3990d3..d67ce2c26 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -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; }