This commit is contained in:
Mylloon 2024-02-12 10:25:02 +01:00
parent e118e62fac
commit 2f2e60014b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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
)