scoop-games/bucket/pathofbuilding-community.json

29 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/PathOfBuildingCommunity/PathOfBuilding",
"description": "Offline build planner for Path of Exile, Community Fork",
"version": "1.4.169.1",
"license": "MIT",
"url": "https://github.com/PathOfBuildingCommunity/PathOfBuilding/releases/download/v1.4.169.1/PathOfBuildingCommunity-Setup-1.4.169.1.zip",
"hash": "e86cee34da4a166b86aa61b58635b1f0bd8432d7e69c47570034210f7d6e0830",
"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/PathOfBuildingCommunity/PathOfBuilding/releases/download/v$version/PathOfBuilding-Setup-$version.zip"
}
}