48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://triplea-game.org/",
|
|
"description": "Turn-based free and open-source strategy game based on the Axis & Allies board game",
|
|
"version": "2.5.22294",
|
|
"license": "GPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/triplea-game/triplea/releases/download/2.5.22294/TripleA_2.5.22294_windows-64bit.exe",
|
|
"hash": "0eddc4e13bff3a1bfcad6a1d5f2429557552076d0c70f5fcd1aaf8f1cf889dea"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/triplea-game/triplea/releases/download/2.5.22294/TripleA_2.5.22294_windows-32bit.exe",
|
|
"hash": "1b8c3d87f6c16b0c1b4bdbe415972b9be4846a44f0dc89d46fab005dfd02bedd"
|
|
}
|
|
},
|
|
"installer": {
|
|
"args": [
|
|
"-q",
|
|
"-dir $dir"
|
|
],
|
|
"keep": true
|
|
},
|
|
"bin": "TripleA.exe",
|
|
"shortcuts": [
|
|
[
|
|
"TripleA.exe",
|
|
"TripleA"
|
|
]
|
|
],
|
|
"persist": [
|
|
"savedGames",
|
|
"downloadedMaps"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/triplea-game/triplea"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/triplea-game/triplea/releases/download/$version/TripleA_$version_windows-64bit.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/triplea-game/triplea/releases/download/$version/TripleA_$version_windows-32bit.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|