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';" ^