mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
31 lines
822 B
JSON
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"]
|
|
}
|
|
}
|