2021-02-13 05:48:01 -08:00
|
|
|
{
|
|
|
|
"homepage": "https://ryujinx.org/",
|
|
|
|
"description": "A simple, experimental Nintendo Switch emulator written in C#.",
|
|
|
|
"license": "MIT",
|
2022-01-20 16:31:13 -08:00
|
|
|
"version": "1.0.7178",
|
2021-02-13 05:48:01 -08:00
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2022-01-20 16:31:13 -08:00
|
|
|
"url": "https://ci.appveyor.com/api/buildjobs/i95xxn3g3icggla1/artifacts/ryujinx-1.0.7178-win_x64.zip",
|
|
|
|
"hash": "b558faafea991489ce3a87b1621ba3f5d686c328e4a6297a8ebda2a70081783d"
|
2021-02-13 05:48:01 -08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"extract_dir": "publish",
|
|
|
|
"pre_install": [
|
|
|
|
"if (!(Test-Path \"$persist_dir\")) {",
|
2021-04-11 17:02:01 -07:00
|
|
|
" 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",
|
2021-04-11 17:02:01 -07:00
|
|
|
" 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",
|
2021-04-11 17:02:01 -07:00
|
|
|
"Ryujinx"
|
2021-02-13 05:48:01 -08:00
|
|
|
]
|
|
|
|
],
|
2021-04-11 17:02:01 -07:00
|
|
|
"persist": "portable",
|
2021-02-13 05:48:01 -08:00
|
|
|
"checkver": {
|
|
|
|
"url": "https://ci.appveyor.com/api/projects/gdkchan/ryujinx/branch/master",
|
2021-02-23 12:09:25 -08:00
|
|
|
"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": [
|
2021-02-23 12:09:25 -08:00
|
|
|
"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."
|
|
|
|
]
|
|
|
|
}
|