Add scripts for all remaining apps

This commit is contained in:
Manuel Thalmann 2024-08-08 04:36:35 +02:00
commit 198e984bcd
16 changed files with 508 additions and 3 deletions
scripts/Windows/Software/RetroArch

View file

@ -0,0 +1,15 @@
param(
$Action,
[hashtable] $Arguments
)
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
Start-SoftwareInstaller @PSBoundParameters `
-Installer {
Install-ChocoPackage retroarch;
# ToDo: Add start menu shortcut
# ToDo: Add function for this purpose
};
# ToDo: Add restoration