From b68ed7454b9d9e4732f394d379366d897634bb1e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 18 May 2023 15:19:02 +0200 Subject: [PATCH] split apps and games --- windows11.bat | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/windows11.bat b/windows11.bat index e006567..8b84126 100644 --- a/windows11.bat +++ b/windows11.bat @@ -100,13 +100,19 @@ SET ^"apps=Discord.Discord Mozilla.Firefox 7zip.7zip Valve.Steam Parsec.Parsec ^ ONLYOFFICE.DesktopEditors HeroicGamesLauncher.HeroicGamesLauncher ^ OBSProject.OBSStudio Xournal++.Xournal++ Microsoft.PowerToys ^ OpenWhisperSystems.Signal HandBrake.HandBrake Front.scrcpy+ ^ - KDE.KDEConnect PrismLauncher.PrismLauncher Microsoft.PowerShell ^ - RiotGames.LeagueOfLegends.EUW RiotGames.Valorant.EU" + KDE.KDEConnect PrismLauncher.PrismLauncher Microsoft.PowerShell" for %%i in (!apps!) do ( !pmi! %%i ) +:: Games +SET ^"games=Peppy.Osu! RiotGames.LeagueOfLegends.EUW RiotGames.Valorant.EU" + +for %%i in (!games!) do ( + !pmi! %%i +) + :: Install Vencord TASKKILL /im Discord.exe /F PowerShell -Command "$link = 'https://github.com/Vencord/Installer/releases/latest/download/VencordInstallerCli.exe';" ^