scoop-games/bucket/ryujinx-dev.json

49 lines
1.8 KiB
JSON
Raw Normal View History

2021-02-13 05:48:01 -08:00
{
"$schema": "https://raw.githubusercontent.com/lukesampson/scoop/master/schema.json",
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-02-22 16:31:37 -08:00
"version": "1.1.53",
2021-02-13 05:48:01 -08:00
"architecture": {
"64bit": {
2022-02-22 16:31:37 -08:00
"url": "https://github.com/Ryujinx/release-channel-master/releases/download/1.1.53/ryujinx-1.1.53-win_x64.zip",
"hash": "adadb2e82da4d5698034887ea36bc300bcf1c691b3febada33a393dbec854a73"
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": {
"github": "https://github.com/Ryujinx/release-channel-master"
2021-02-13 05:48:01 -08:00
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Ryujinx/release-channel-master/releases/download/$version/ryujinx-$version-win_x64.zip"
2021-02-13 05:48:01 -08:00
}
}
},
"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."
]
}