no need to disable delayedexpansion
This commit is contained in:
parent
eec7e6785d
commit
6c863644e0
1 changed files with 0 additions and 3 deletions
|
@ -201,13 +201,10 @@ for %%i in (!apps!) do (
|
|||
!pmi! %%i
|
||||
)
|
||||
|
||||
:: 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 ppy.osu Roblox.Roblox"
|
||||
SETLOCAL ENABLEDELAYEDEXPANSION
|
||||
|
||||
ECHO Games...
|
||||
for %%i in (!games!) do (
|
||||
|
|
Loading…
Reference in a new issue