ScoopInstaller_Main/erlang.json
Konstantin Molchanov 1ed77f9fb2 Erlang: erlc.exe added to PATH. (#952)
erlc is the Erlang compiler which actually makes binaries from Erlang source.
2016-07-11 09:17:48 +10:00

31 lines
822 B
JSON

{
"homepage": "http://www.erlang.org",
"version": "19.0",
"license": "http://www.apache.org/licenses/LICENSE-2.0",
"architecture": {
"64bit": {
"url": "http://erlang.org/download/otp_win64_19.0.exe",
"hash": "ab1811996cac1bff1248dbd3d840b012c9585ea6ee746862aa297e598a35ad3c"
},
"32bit": {
"url": "http://erlang.org/download/otp_win32_19.0.exe",
"hash": "62ef79ef798434a6ad5828d2ad275d9c26d8a1c638db6860d2325c3e00b8a803"
}
},
"bin": [
"bin\\erl.exe",
"bin\\erlc.exe",
"bin\\escript.exe"
],
"env_set": {
"ERLANG_HOME": "$dir"
},
"installer": {
"args": ["/S", "/D=$dir"]
},
"uninstaller": {
"file" : "Uninstall.exe",
"args" : ["/S"]
}
}