small fixes
This commit is contained in:
parent
6923274af3
commit
abf9d9e833
1 changed files with 8 additions and 7 deletions
|
@ -175,18 +175,18 @@ for %%i in (!java_jdk!) do (
|
|||
)
|
||||
|
||||
:: Drivers
|
||||
SET ^"java_jdk=^
|
||||
SET ^"drivers=^
|
||||
Nvidia.CUDA"
|
||||
|
||||
ECHO Drivers...
|
||||
for %%i in (!java_jdk!) do (
|
||||
for %%i in (!drivers!) do (
|
||||
!pmi! %%i
|
||||
)
|
||||
|
||||
:: Applications
|
||||
SET ^"apps=^
|
||||
Discord.Discord Spotify.Spotify Mozilla.Firefox M2Team.NanaZip Parsec.Parsec ^
|
||||
voidtools.Everything.Lite VideoLAN.VLC Obsidian.Obsidian GIMP.GIMP ^
|
||||
Discord.Discord Spotify.Spotify Mozilla.Firefox M2Team.NanaZip GIMP.GIMP ^
|
||||
voidtools.Everything.Lite VideoLAN.VLC Obsidian.Obsidian Parsec.Parsec ^
|
||||
Microsoft.VisualStudioCode Bitwarden.Bitwarden sylikc.JPEGView ^
|
||||
TheDocumentFoundation.LibreOffice Armin2208.WindowsAutoNightMode ^
|
||||
OBSProject.OBSStudio Xournal++.Xournal++ Microsoft.PowerToys KDE.KDEConnect ^
|
||||
|
@ -197,14 +197,15 @@ for %%i in (!apps!) do (
|
|||
!pmi! %%i
|
||||
)
|
||||
|
||||
:: Games related - Osu! separated because of exclamation mark escaping
|
||||
:: Games related, temporary disable local for exclamation mark escaping
|
||||
SETLOCAL DISABLEDELAYEDEXPANSION
|
||||
SET ^"games=^
|
||||
RiotGames.LeagueOfLegends.EUW RiotGames.Valorant.EU Valve.Steam ^
|
||||
HeroicGamesLauncher.HeroicGamesLauncher PrismLauncher.PrismLauncher ^
|
||||
Ryujinx.Ryujinx"
|
||||
Ryujinx.Ryujinx Peppy.Osu^^!"
|
||||
SETLOCAL ENABLEDELAYEDEXPANSION
|
||||
|
||||
ECHO Games...
|
||||
!pmi! Peppy.Osu^^!
|
||||
for %%i in (!games!) do (
|
||||
!pmi! %%i
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue