Skip to content

Instantly share code, notes, and snippets.

@steff-mueller
Last active April 3, 2016 08:41
Show Gist options
  • Save steff-mueller/1b1b3b8920cdcf57c8f50d7592b6f371 to your computer and use it in GitHub Desktop.
Save steff-mueller/1b1b3b8920cdcf57c8f50d7592b6f371 to your computer and use it in GitHub Desktop.
Apex scoop package
{
"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