scoop-games/bucket/pathofbuilding-community.json

34 lines
1.1 KiB
JSON

{
"version": "2.16.0",
"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.16.0/PathOfBuildingCommunity-Portable-2.16.0.zip",
"hash": "957924632861550760b03d46ee3875980c6bf222fc68803f7edbb7bc1de217b5",
"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"
}
}