scoop-games/bucket/xenia.json

48 lines
1.6 KiB
JSON

{
"homepage": "https://xenia.jp",
"description": "Xbox 360 Research Emulator",
"version": "1.0.2589",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/xenia-project/release-builds-windows/releases/download/v1.0.2589-master/xenia_master.zip",
"hash": "cc30dd93743be74a6c3f7a3b1448b19a90a209673fb8b744f43b6d8b293ae49a"
}
},
"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.exe",
"shortcuts": [
[
"xenia.exe",
"Xenia"
]
],
"persist": [
"portable.txt",
"xenia.config.toml",
"content",
"cache"
],
"checkver": {
"github": "https://github.com/xenia-project/release-builds-windows",
"regex": "v([\\d.]+)-master/xenia_master\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/xenia-project/release-builds-windows/releases/download/v$version-master/xenia_master.zip"
}
}
}
}