scoop-games/bucket/xenia-canary.json

48 lines
1.6 KiB
JSON

{
"homepage": "https://xenia.jp",
"description": "Xbox 360 Research Emulator (development version)",
"version": "fc0f410",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/xenia-canary/xenia-canary/releases/download/fc0f410/xenia_canary.zip",
"hash": "c6c210772fa6d659ee01fcd9cea5bbd1361f6a289c0a3c8711b3d20e0f7710ba"
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-item \"$persist_dir\" -ItemType Directory | Out-Null",
" New-item \"$persist_dir\\portable.txt\" -ItemType File | Out-Null",
" if (Test-Path \"$env:USERPROFILE\\Documents\\Xenia\") {",
" Write-host \"Migrating AppData...\" -ForegroundColor yellow",
" Copy-Item -Path \"$env:USERPROFILE\\Documents\\Xenia\\*\" -Destination \"$persist_dir\" -Recurse",
" Remove-Item -Path \"$env:USERPROFILE\\Documents\\Xenia\" -Recurse",
" }",
"}"
],
"bin": "xenia_canary.exe",
"shortcuts": [
[
"xenia_canary.exe",
"Xenia Canary"
]
],
"persist": [
"portable.txt",
"xenia-canary.config.toml",
"content",
"cache"
],
"checkver": {
"github": "https://github.com/xenia-canary/xenia-canary",
"regex": "([a-f0-9]+)/xenia_canary\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/xenia-canary/xenia-canary/releases/download/$version/xenia_canary.zip"
}
}
}
}