advanced-genie-editor: Add version 2021.3.15 (#226)

master
Issac Lin 2021-03-16 23:31:27 +08:00 committed by GitHub
parent 6175209b67
commit ca07a9cb52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{
"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>"
}
}