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.15.1",
|
|
"license": "MIT",
|
|
"url": "https://github.com/PathOfBuildingCommunity/PathOfBuilding/releases/download/v2.15.1/PathOfBuildingCommunity-Portable-2.15.1.zip",
|
|
"hash": "d0e6ba8cdbad1ec01b63b840086902a807f8e61372ff311f657321e853561177",
|
|
"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"
|
|
}
|
|
}
|