Last active
April 3, 2016 08:41
-
-
Save steff-mueller/1b1b3b8920cdcf57c8f50d7592b6f371 to your computer and use it in GitHub Desktop.
Apex scoop package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"homepage": "http://apex.run/", | |
"license": "MIT", | |
"version": "0.7.3", | |
"architecture": { | |
"32bit": { | |
"url": "https://github.com/apex/apex/releases/download/v0.7.3/apex_windows_386.exe" | |
}, | |
"64bit": { | |
"url": "https://github.com/apex/apex/releases/download/v0.7.3/apex_windows_amd64.exe" | |
} | |
}, | |
"pre_install": "Rename-Item @(Get-ChildItem $dir\\apex_windows_*.exe)[0] $dir\\apex.exe", | |
"bin": [ | |
"apex.exe" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment