scoop-games/bucket/ryujinx.json

49 lines
1.7 KiB
JSON

{
"version": "1.1.171",
"description": "A simple, experimental Nintendo Switch emulator",
"homepage": "https://ryujinx.org/",
"license": {
"identifier": "MIT",
"url": "https://github.com/Ryujinx/Ryujinx/blob/master/LICENSE.txt"
},
"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"
],
"architecture": {
"64bit": {
"url": "https://github.com/Ryujinx/release-channel-master/releases/download/1.1.171/ryujinx-1.1.171-win_x64.zip",
"hash": "2912cdd5ecc91c7269805b993dad879b6deee83e21fe70211964c9ade9e96b61"
}
},
"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": {
"github": "https://github.com/Ryujinx/release-channel-master"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Ryujinx/release-channel-master/releases/download/$version/ryujinx-$version-win_x64.zip"
}
}
}
}