scoop-games/bucket/ryujinx-dev.json

49 lines
1.8 KiB
JSON
Raw Normal View History

2021-02-13 05:48:01 -08:00
{
"homepage": "https://ryujinx.org/",
"description": "A simple, experimental Nintendo Switch emulator written in C#.",
"license": "MIT",
"version": "1.0.6824",
2021-02-13 05:48:01 -08:00
"architecture": {
"64bit": {
"url": "https://ci.appveyor.com/api/buildjobs/2d3gf8rebye837c1/artifacts/ryujinx-1.0.6824-win_x64.zip",
"hash": "292107d9dcd5aa92b0622723d62bc267408ac70ea37b3a630214645018c839fa"
2021-02-13 05:48:01 -08:00
}
},
"extract_dir": "publish",
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-item \"$persist_dir\" -ItemType Directory | Out-Null",
" if (Test-Path \"$env:APPDATA\\Ryujinx\") {",
" Write-host \"Migrating AppData...\" -ForegroundColor yellow",
" Copy-Item -Path \"$env:APPDATA\\Ryujinx\\*\" -Destination \"$persist_dir\" -Recurse",
" Remove-Item -Path \"$env:APPDATA\\Ryujinx\" -Recurse",
" }",
"}"
],
"bin": "Ryujinx.exe",
"shortcuts": [
[
"Ryujinx.exe",
"Ryujinx",
"-r $persist_dir"
]
],
"checkver": {
"url": "https://ci.appveyor.com/api/projects/gdkchan/ryujinx/branch/master",
"regex": "\"jobId\":\"(?<jobid>.*?)\".*\"version\":\"(?<version>.*?)\""
2021-02-13 05:48:01 -08:00
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ci.appveyor.com/api/buildjobs/$matchJobid/artifacts/ryujinx-$version-win_x64.zip"
}
}
},
"notes": [
"ATTENTION: Ryujinx requires Nintendo Switch firmware and a prod.keys file to function.",
2021-02-13 05:48:01 -08:00
"Learn more at https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide",
"Be sure to disable auto-update in Ryujinx's settings!",
"You must only do this once."
]
}