scoop-games/bucket/xenia.json

51 lines
1.7 KiB
JSON
Raw Normal View History

2020-11-15 06:19:46 -08:00
{
"homepage": "https://xenia.jp",
"description": "Xbox 360 Research Emulator",
2021-06-19 17:30:47 -07:00
"version": "1.0.2446",
2020-11-15 06:19:46 -08:00
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
2021-06-19 17:30:47 -07:00
"url": "https://ci.appveyor.com/api/buildjobs/u9cn7kn0kxrqjdtl/artifacts/xenia_master.zip",
"hash": "ed2f86ab0615aacea0ea0d637108b2c8149b7d8cb6ed3e96087312b542b3f60c"
}
},
"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",
" New-item \"$persist_dir\\xenia.config.toml\" -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": [
[
"portable.txt",
"xenia.config.toml",
"content",
"cache"
]
],
"checkver": {
"url": "https://ci.appveyor.com/api/projects/benvanik/xenia/branch/master",
"regex": "\"jobId\":\"(?<jobid>.*?)\".*\"version\":\"(?<version>[\\d\\.]+)-master\""
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ci.appveyor.com/api/buildjobs/$matchJobid/artifacts/xenia_master.zip"
}
}
}
2020-11-15 06:19:46 -08:00
}