scoop-games/bucket/pathofbuilding-community.json

34 lines
1.1 KiB
JSON

{
"version": "2.18.1",
"description": "Offline build planner for Path of Exile, Community Fork",
"homepage": "https://github.com/PathOfBuildingCommunity/PathOfBuilding",
"license": "MIT",
"url": "https://github.com/PathOfBuildingCommunity/PathOfBuilding/releases/download/v2.18.1/PathOfBuildingCommunity-Portable-2.18.1.zip",
"hash": "c5432c93e7471d6567d6edf28ea7ae9bac2985b8e2c9a53c022516cbfe008c0b",
"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",
"}"
],
"bin": [
[
"Path of Building.exe",
"pathofbuilding-community"
]
],
"shortcuts": [
[
"Path of Building.exe",
"Path of Building Community"
]
],
"persist": [
"Builds",
"Settings.xml"
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/PathOfBuildingCommunity/PathOfBuilding/releases/download/v$version/PathOfBuildingCommunity-Portable-$version.zip"
}
}