2017-02-15 21:01:22 +01:00

27 lines
807 B
JSON

{
"homepage": "http://apex.run/",
"license": "https://github.com/apex/apex/blob/master/LICENSE",
"version": "0.13.0",
"architecture": {
"64bit": {
"url": "https://github.com/apex/apex/releases/download/v0.13.0/apex_windows_amd64.exe",
"hash": "8e667470e644b025c237d988f70ede9d794420915f808a9e08f9b070f0241cde"
}
},
"extract_dir": "apex",
"pre_install": "Rename-Item @(Get-ChildItem $dir\\apex_*.exe)[0] $dir\\apex.exe",
"bin": [
"apex.exe"
],
"checkver": {
"github": "https://github.com/apex/apex"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/apex/apex/releases/download/v$version/apex_windows_amd64.exe"
}
}
}
}