29 lines
989 B
JSON
29 lines
989 B
JSON
{
|
|
"homepage": "https://github.com/Openarl/PathOfBuilding",
|
|
"description": "Offline build planner for Path of Exile",
|
|
"version": "1.4.168",
|
|
"license": "MIT",
|
|
"url": "https://github.com/Openarl/PathOfBuilding/releases/download/v1.4.168/PathOfBuilding-1.4.168.zip",
|
|
"hash": "77ea15eef3badaf48b3be22515760d6955b6d46040a16da3824dc0a9819ea1a8",
|
|
"bin": "Path of Building.exe",
|
|
"persist": [
|
|
"Builds",
|
|
"Settings.xml"
|
|
],
|
|
"pre_install": [
|
|
"if(!(Test-Path \"$dir\\Settings.xml\")) {",
|
|
" Set-Content \"$dir\\Settings.xml\" -Value '<?xml version=\"1.0\" encoding=\"UTF-8\"?><PathOfBuilding></PathOfBuilding>' -Encoding ascii",
|
|
"}"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"Path of Building.exe",
|
|
"Path of Building"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/Openarl/PathOfBuilding/releases/download/v$version/PathOfBuilding-$version.zip"
|
|
}
|
|
}
|