Install game launchers

This commit is contained in:
Manuel Thalmann 2023-07-02 16:18:58 +02:00
parent 88c2ec10c4
commit fd7d1a3d81

View file

@ -40,4 +40,6 @@ function Restore-PersonalApps([Context] $context) {
Restore-RetroArch $context;
Restore-reWASD $context;
Restore-VisualStudio $context;
choco install -y epicgameslauncher steam goggalaxy;
}