scoop-games/bucket/ryujinx-dev.json

49 lines
1.8 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/lukesampson/scoop/master/schema.json",
"homepage": "https://ryujinx.org/",
"description": "A simple, experimental Nintendo Switch emulator written in C#.",
"license": "MIT",
"version": "1.1.53",
"architecture": {
"64bit": {
"url": "https://github.com/Ryujinx/release-channel-master/releases/download/1.1.53/ryujinx-1.1.53-win_x64.zip",
"hash": "adadb2e82da4d5698034887ea36bc300bcf1c691b3febada33a393dbec854a73"
}
},
"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"
}
}
},
"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."
]
}