split apps and games

This commit is contained in:
Mylloon 2023-05-18 15:19:02 +02:00
parent 73d79ce2b0
commit b68ed7454b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

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