Add Ryujinx
This commit is contained in:
parent
ba9868b8fc
commit
b7b53be4ee
1 changed files with 10 additions and 1 deletions
|
@ -136,7 +136,8 @@ for %%i in (!apps!) do (
|
||||||
:: Games related - Osu! separated because of exclamation mark escaping
|
:: Games related - Osu! separated because of exclamation mark escaping
|
||||||
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"
|
||||||
|
|
||||||
ECHO Games...
|
ECHO Games...
|
||||||
!pmi! Peppy.Osu^^!
|
!pmi! Peppy.Osu^^!
|
||||||
|
@ -144,6 +145,14 @@ for %%i in (!games!) do (
|
||||||
!pmi! %%i
|
!pmi! %%i
|
||||||
)
|
)
|
||||||
|
|
||||||
|
:: Portable Winget packages shortcut
|
||||||
|
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('%APPDATA%\Microsoft\Windows\Start Menu\Programs\Ryujinx.lnk');" ^
|
||||||
|
"$Shortcut.TargetPath = $exe;" ^
|
||||||
|
"$Shortcut.Save()"
|
||||||
|
|
||||||
:: === Install WSL ==
|
:: === Install WSL ==
|
||||||
ECHO WSL...
|
ECHO WSL...
|
||||||
wsl --install --no-distribution
|
wsl --install --no-distribution
|
||||||
|
|
Loading…
Reference in a new issue