scoop-games/bucket/xenia.json

48 lines
1.6 KiB
JSON
Raw Normal View History

2020-11-15 06:19:46 -08:00
{
"homepage": "https://xenia.jp",
"description": "Xbox 360 Research Emulator",
2022-02-17 16:32:05 -08:00
"version": "1.0.2589",
2020-11-15 06:19:46 -08:00
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
2022-02-17 16:32:05 -08:00
"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",
" }",
"}"
],
2020-11-15 06:19:46 -08:00
"bin": "xenia.exe",
"shortcuts": [
[
"xenia.exe",
"Xenia"
2020-11-15 06:19:46 -08:00
]
],
"persist": [
2022-01-30 16:28:02 -08:00
"portable.txt",
"xenia.config.toml",
"content",
"cache"
],
"checkver": {
"github": "https://github.com/xenia-project/release-builds-windows",
2022-01-28 16:30:53 -08:00
"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"
}
}
}
2020-11-15 06:19:46 -08:00
}