91d40966ca
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
"version": "6e753c6",
|
|
"description": "Xbox 360 Research Emulator (development version)",
|
|
"homepage": "https://xenia.jp",
|
|
"license": {
|
|
"identifier": "BSD-3-Clause",
|
|
"url": "https://github.com/xenia-canary/xenia-canary/blob/canary_pr/LICENSE"
|
|
},
|
|
"url": "https://github.com/xenia-canary/xenia-canary/releases/download/6e753c6/xenia_canary.zip",
|
|
"hash": "b7dd6fea7b3237f17604e451d074e87ca77b4360867d10d09f02480376eae625",
|
|
"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-canary.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",
|
|
" }",
|
|
"}"
|
|
],
|
|
"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]{7})<"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/xenia-canary/xenia-canary/releases/download/$version/xenia_canary.zip"
|
|
}
|
|
}
|