27 lines
1.0 KiB
JSON
27 lines
1.0 KiB
JSON
{
|
|
"version": "2021.3.15",
|
|
"description": "Data editor for Age of Empires I/II (including DE), Star Wars Galactic Battlegrounds and Clone Campaigns",
|
|
"homepage": "https://github.com/Tapsa/AGE",
|
|
"license": "GPL-3.0-or-later",
|
|
"url": "https://docs.google.com/uc?export=download&id=1G5Z_TkXVP-CIC-haUYvOkLlmDt8aV6Di#/dl.zip",
|
|
"hash": "5b95bb4f75b0aba82c4f5d07f1ab6df8f7db26616a52710b2f6c437c8bd194a5",
|
|
"pre_install": [
|
|
"if (!(Test-Path \"$persist_dir\")) {New-Item \"$persist_dir\" -ItemType Directory | Out-Null}",
|
|
"else {Copy-Item \"$persist_dir\\*\" -Destination \"$dir\" -Recurse}"
|
|
],
|
|
"uninstaller": {
|
|
"script": "Copy-Item \"$dir\\AGE3*.ini\" -Destination \"$persist_dir\" -Force -Recurse"
|
|
},
|
|
"bin": "AdvancedGenieEditor3.exe",
|
|
"shortcuts":[
|
|
[
|
|
"AdvancedGenieEditor3.exe",
|
|
"Advanced Genie Editor 3"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "http://aok.heavengames.com/blacksmith/showfile.php?fileid=11002",
|
|
"regex": "Version <b>([\\d.]+)</b>"
|
|
}
|
|
}
|