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.7181",
2021-02-13 05:48:01 -08:00
"architecture": {
"64bit": {
"url": "https://ci.appveyor.com/api/buildjobs/3f3yl39mo46p1ry9/artifacts/ryujinx-1.0.7181-win_x64.zip",
"hash": "3f7e3ccfb481197243783ebe92ffba76a180b28066cba2b90a184682e7128720"
2021-02-13 05:48:01 -08:00
}
},
"extract_dir": "publish",
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-item \"$persist_dir\\portable\" -ItemType Directory | Out-Null",
2021-02-13 05:48:01 -08:00
" if (Test-Path \"$env:APPDATA\\Ryujinx\") {",
" Write-host \"Migrating AppData...\" -ForegroundColor yellow",
" Copy-Item -Path \"$env:APPDATA\\Ryujinx\\*\" -Destination \"$persist_dir\\portable\" -Recurse",
2021-02-13 05:48:01 -08:00
" Remove-Item -Path \"$env:APPDATA\\Ryujinx\" -Recurse",
" }",
"}"
],
"bin": "Ryujinx.exe",
"shortcuts": [
[
"Ryujinx.exe",
"Ryujinx"
2021-02-13 05:48:01 -08:00
]
],
"persist": "portable",
2021-02-13 05:48:01 -08:00
"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."
]
}