fix
This commit is contained in:
parent
e118e62fac
commit
2f2e60014b
1 changed files with 3 additions and 2 deletions
|
@ -133,12 +133,13 @@ for %%i in (!apps!) do (
|
|||
!pmi! %%i
|
||||
)
|
||||
|
||||
:: Games related
|
||||
:: Games related - Osu! separated because of exclamation mark escaping
|
||||
SET ^"games=^
|
||||
Peppy.Osu! RiotGames.LeagueOfLegends.EUW RiotGames.Valorant.EU Valve.Steam ^
|
||||
RiotGames.LeagueOfLegends.EUW RiotGames.Valorant.EU Valve.Steam ^
|
||||
HeroicGamesLauncher.HeroicGamesLauncher PrismLauncher.PrismLauncher"
|
||||
|
||||
ECHO Games...
|
||||
!pmi! Peppy.Osu^^!
|
||||
for %%i in (!games!) do (
|
||||
!pmi! %%i
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue