scoop-games/bucket/pathofbuilding-community.json

34 lines
1.1 KiB
JSON

{
"version": "2.21.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.21.1/PathOfBuildingCommunity-Portable-2.21.1.zip",
"hash": "7dd11abae7427d0aa2ffccdc6a12673c671e4422aa4cd9b7178f9fd47d46319f",
"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"
}
}