split apps and games
This commit is contained in:
parent
73d79ce2b0
commit
b68ed7454b
1 changed files with 8 additions and 2 deletions
|
@ -100,13 +100,19 @@ SET ^"apps=Discord.Discord Mozilla.Firefox 7zip.7zip Valve.Steam Parsec.Parsec ^
|
||||||
ONLYOFFICE.DesktopEditors HeroicGamesLauncher.HeroicGamesLauncher ^
|
ONLYOFFICE.DesktopEditors HeroicGamesLauncher.HeroicGamesLauncher ^
|
||||||
OBSProject.OBSStudio Xournal++.Xournal++ Microsoft.PowerToys ^
|
OBSProject.OBSStudio Xournal++.Xournal++ Microsoft.PowerToys ^
|
||||||
OpenWhisperSystems.Signal HandBrake.HandBrake Front.scrcpy+ ^
|
OpenWhisperSystems.Signal HandBrake.HandBrake Front.scrcpy+ ^
|
||||||
KDE.KDEConnect PrismLauncher.PrismLauncher Microsoft.PowerShell ^
|
KDE.KDEConnect PrismLauncher.PrismLauncher Microsoft.PowerShell"
|
||||||
RiotGames.LeagueOfLegends.EUW RiotGames.Valorant.EU"
|
|
||||||
|
|
||||||
for %%i in (!apps!) do (
|
for %%i in (!apps!) do (
|
||||||
!pmi! %%i
|
!pmi! %%i
|
||||||
)
|
)
|
||||||
|
|
||||||
|
:: Games
|
||||||
|
SET ^"games=Peppy.Osu! RiotGames.LeagueOfLegends.EUW RiotGames.Valorant.EU"
|
||||||
|
|
||||||
|
for %%i in (!games!) do (
|
||||||
|
!pmi! %%i
|
||||||
|
)
|
||||||
|
|
||||||
:: Install Vencord
|
:: Install Vencord
|
||||||
TASKKILL /im Discord.exe /F
|
TASKKILL /im Discord.exe /F
|
||||||
PowerShell -Command "$link = 'https://github.com/Vencord/Installer/releases/latest/download/VencordInstallerCli.exe';" ^
|
PowerShell -Command "$link = 'https://github.com/Vencord/Installer/releases/latest/download/VencordInstallerCli.exe';" ^
|
||||||
|
|
Loading…
Reference in a new issue