scoop-games/bucket/ryujinx-dev.json

49 lines
1.8 KiB
JSON

{
"homepage": "https://ryujinx.org/",
"description": "A simple, experimental Nintendo Switch emulator written in C#.",
"license": "MIT",
"version": "1.0.7096",
"architecture": {
"64bit": {
"url": "https://ci.appveyor.com/api/buildjobs/w93sa1dya74qrrnb/artifacts/ryujinx-1.0.7096-win_x64.zip",
"hash": "2d357a73120ba08776726774af8ece784c68818dac899c2160da19401b041729"
}
},
"extract_dir": "publish",
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-item \"$persist_dir\\portable\" -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\\portable\" -Recurse",
" Remove-Item -Path \"$env:APPDATA\\Ryujinx\" -Recurse",
" }",
"}"
],
"bin": "Ryujinx.exe",
"shortcuts": [
[
"Ryujinx.exe",
"Ryujinx"
]
],
"persist": "portable",
"checkver": {
"url": "https://ci.appveyor.com/api/projects/gdkchan/ryujinx/branch/master",
"regex": "\"jobId\":\"(?<jobid>.*?)\".*\"version\":\"(?<version>.*?)\""
},
"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.",
"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."
]
}