remove ryujinx (#52)
This commit is contained in:
parent
1bfa31fa05
commit
10b351b691
1 changed files with 1 additions and 11 deletions
|
@ -213,7 +213,7 @@ for %%i in (!apps!) do (
|
|||
SET ^"games=^
|
||||
RiotGames.LeagueOfLegends.EUW RiotGames.Valorant.EU Valve.Steam ^
|
||||
HeroicGamesLauncher.HeroicGamesLauncher PrismLauncher.PrismLauncher ^
|
||||
Ryujinx.Ryujinx ppy.osu pizzaboxer.Bloxstrap"
|
||||
ppy.osu pizzaboxer.Bloxstrap"
|
||||
|
||||
ECHO Games...
|
||||
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 ==
|
||||
ECHO WSL...
|
||||
wsl --install --no-distribution
|
||||
|
|
Loading…
Reference in a new issue