remove ryujinx (#52)

This commit is contained in:
Mylloon 2024-10-02 13:53:32 +02:00
parent 1bfa31fa05
commit 10b351b691
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -213,7 +213,7 @@ for %%i in (!apps!) do (
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 ppy.osu pizzaboxer.Bloxstrap" ppy.osu pizzaboxer.Bloxstrap"
ECHO Games... ECHO Games...
for %%i in (!games!) do ( for %%i in (!games!) do (
@ -221,16 +221,6 @@ for %%i in (!games!) do (
) )
:: === Ryujinx shortcut ==
:: Installed from winget as a portable app
PowerShell -Command "" ^
"$WshShell = New-Object -comObject WScript.Shell;" ^
"$exe = (Get-ChildItem $env:LOCALAPPDATA\Microsoft\WinGet\Packages\Ryujinx.Ryujinx_Microsoft.Winget.*\publish\Ryujinx.exe).FullName;" ^
"$Shortcut = $WshShell.CreateShortcut('!startmenu!\Ryujinx.lnk');" ^
"$Shortcut.TargetPath = $exe;" ^
"$Shortcut.Save()"
:: === Install WSL == :: === Install WSL ==
ECHO WSL... ECHO WSL...
wsl --install --no-distribution wsl --install --no-distribution