Add scripts for all remaining apps
This commit is contained in:
parent
458c46575c
commit
198e984bcd
16 changed files with 508 additions and 3 deletions
scripts/Windows/Software/RetroArch
15
scripts/Windows/Software/RetroArch/Manage.ps1
Normal file
15
scripts/Windows/Software/RetroArch/Manage.ps1
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue