chore: sort apps
This commit is contained in:
parent
8c81e3aef8
commit
d4dbdb996a
1 changed files with 7 additions and 8 deletions
|
@ -98,22 +98,21 @@ for %%i in (!java_jdk!) do (
|
|||
|
||||
:: Applications
|
||||
SET ^"apps=^
|
||||
Discord.Discord Mozilla.Firefox 7zip.7zip Valve.Steam Obsidian.Obsidian ^
|
||||
voidtools.Everything.Lite VideoLAN.VLC Parsec.Parsec ^
|
||||
Discord.Discord Mozilla.Firefox 7zip.7zip Obsidian.Obsidian ^
|
||||
voidtools.Everything.Lite VideoLAN.VLC Parsec.Parsec Microsoft.PowerShell ^
|
||||
Microsoft.VisualStudioCode GIMP.GIMP File-New-Project.EarTrumpet ^
|
||||
TheDocumentFoundation.LibreOffice DuongDieuPhap.ImageGlass ^
|
||||
TheDocumentFoundation.LibreOffice DuongDieuPhap.ImageGlass Front.scrcpy+ ^
|
||||
OBSProject.OBSStudio Xournal++.Xournal++ Microsoft.PowerToys ^
|
||||
OpenWhisperSystems.Signal HandBrake.HandBrake Front.scrcpy+ ^
|
||||
KDE.KDEConnect PrismLauncher.PrismLauncher Microsoft.PowerShell ^
|
||||
Armin2208.WindowsAutoNightMode HeroicGamesLauncher.HeroicGamesLauncher"
|
||||
OpenWhisperSystems.Signal KDE.KDEConnect Armin2208.WindowsAutoNightMode"
|
||||
|
||||
for %%i in (!apps!) do (
|
||||
!pmi! %%i
|
||||
)
|
||||
|
||||
:: Games
|
||||
:: Games related
|
||||
SET ^"games=^
|
||||
Peppy.Osu! RiotGames.LeagueOfLegends.EUW RiotGames.Valorant.EU"
|
||||
Peppy.Osu! RiotGames.LeagueOfLegends.EUW RiotGames.Valorant.EU Valve.Steam ^
|
||||
HeroicGamesLauncher.HeroicGamesLauncher PrismLauncher.PrismLauncher"
|
||||
|
||||
for %%i in (!games!) do (
|
||||
!pmi! %%i
|
||||
|
|
Loading…
Reference in a new issue