2020-11-15 06:19:46 -08:00
|
|
|
{
|
|
|
|
"homepage": "https://xenia.jp",
|
|
|
|
"description": "Xbox 360 Research Emulator",
|
2021-07-12 17:30:50 -07:00
|
|
|
"version": "1.0.2475",
|
2020-11-15 06:19:46 -08:00
|
|
|
"license": "BSD-3-Clause",
|
2021-02-23 12:09:25 -08:00
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2021-07-12 17:30:50 -07:00
|
|
|
"url": "https://ci.appveyor.com/api/buildjobs/cu2b6pk1qlkvqxv8/artifacts/xenia_master.zip",
|
|
|
|
"hash": "b0e7d0c97a420d5847b79a30e6aa491471a802e17cf0f9176257be2946b1d0b1"
|
2021-02-23 12:09:25 -08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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",
|
2021-06-20 02:57:11 -07:00
|
|
|
" New-item \"$persist_dir\\content\" -ItemType Directory | Out-Null",
|
|
|
|
" New-item \"$persist_dir\\cache\" -ItemType Directory | Out-Null",
|
2021-02-23 12:09:25 -08:00
|
|
|
" 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",
|
2021-02-23 12:09:25 -08:00
|
|
|
"Xenia"
|
2020-11-15 06:19:46 -08:00
|
|
|
]
|
2021-02-23 12:09:25 -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
|
|
|
}
|