34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/PathOfBuildingCommunity/PathOfBuilding",
|
|
"description": "Offline build planner for Path of Exile, Community Fork",
|
|
"version": "2.11.0",
|
|
"license": "MIT",
|
|
"url": "https://github.com/PathOfBuildingCommunity/PathOfBuilding/releases/download/v2.11.0/PathOfBuildingCommunity-Portable-2.11.0.zip",
|
|
"hash": "03f00abf145e33619c5e0a6b2c94d634f141772ecb3dcfee1b54f8e2f86a6381",
|
|
"bin": [
|
|
[
|
|
"Path of Building.exe",
|
|
"pathofbuilding-community"
|
|
]
|
|
],
|
|
"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 Community"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/PathOfBuildingCommunity/PathOfBuilding/releases/download/v$version/PathOfBuildingCommunity-Portable-$version.zip"
|
|
}
|
|
}
|