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
|
:: Drivers
|
||||||
SET ^"java_jdk=^
|
SET ^"drivers=^
|
||||||
Nvidia.CUDA"
|
Nvidia.CUDA"
|
||||||
|
|
||||||
ECHO Drivers...
|
ECHO Drivers...
|
||||||
for %%i in (!java_jdk!) do (
|
for %%i in (!drivers!) do (
|
||||||
!pmi! %%i
|
!pmi! %%i
|
||||||
)
|
)
|
||||||
|
|
||||||
:: Applications
|
:: Applications
|
||||||
SET ^"apps=^
|
SET ^"apps=^
|
||||||
Discord.Discord Spotify.Spotify Mozilla.Firefox M2Team.NanaZip Parsec.Parsec ^
|
Discord.Discord Spotify.Spotify Mozilla.Firefox M2Team.NanaZip GIMP.GIMP ^
|
||||||
voidtools.Everything.Lite VideoLAN.VLC Obsidian.Obsidian GIMP.GIMP ^
|
voidtools.Everything.Lite VideoLAN.VLC Obsidian.Obsidian Parsec.Parsec ^
|
||||||
Microsoft.VisualStudioCode Bitwarden.Bitwarden sylikc.JPEGView ^
|
Microsoft.VisualStudioCode Bitwarden.Bitwarden sylikc.JPEGView ^
|
||||||
TheDocumentFoundation.LibreOffice Armin2208.WindowsAutoNightMode ^
|
TheDocumentFoundation.LibreOffice Armin2208.WindowsAutoNightMode ^
|
||||||
OBSProject.OBSStudio Xournal++.Xournal++ Microsoft.PowerToys KDE.KDEConnect ^
|
OBSProject.OBSStudio Xournal++.Xournal++ Microsoft.PowerToys KDE.KDEConnect ^
|
||||||
|
@ -197,14 +197,15 @@ for %%i in (!apps!) do (
|
||||||
!pmi! %%i
|
!pmi! %%i
|
||||||
)
|
)
|
||||||
|
|
||||||
:: Games related - Osu! separated because of exclamation mark escaping
|
:: Games related, temporary disable local for exclamation mark escaping
|
||||||
|
SETLOCAL DISABLEDELAYEDEXPANSION
|
||||||
SET ^"games=^
|
SET ^"games=^
|
||||||
RiotGames.LeagueOfLegends.EUW RiotGames.Valorant.EU Valve.Steam ^
|
RiotGames.LeagueOfLegends.EUW RiotGames.Valorant.EU Valve.Steam ^
|
||||||
HeroicGamesLauncher.HeroicGamesLauncher PrismLauncher.PrismLauncher ^
|
HeroicGamesLauncher.HeroicGamesLauncher PrismLauncher.PrismLauncher ^
|
||||||
Ryujinx.Ryujinx"
|
Ryujinx.Ryujinx Peppy.Osu^^!"
|
||||||
|
SETLOCAL ENABLEDELAYEDEXPANSION
|
||||||
|
|
||||||
ECHO Games...
|
ECHO Games...
|
||||||
!pmi! Peppy.Osu^^!
|
|
||||||
for %%i in (!games!) do (
|
for %%i in (!games!) do (
|
||||||
!pmi! %%i
|
!pmi! %%i
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue