mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-12 02:11:19 +00:00
30 lines
803 B
JSON
30 lines
803 B
JSON
{
|
|
"homepage": "http://www.erlang.org",
|
|
"version": "18.2.1",
|
|
"license": "http://www.apache.org/licenses/LICENSE-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://erlang.org/download/otp_win64_18.2.1.exe",
|
|
"hash": "d5dc20085fd5c3b281ebe4dd38ed8953582b997bbc6e20bf458bfa57151019be"
|
|
},
|
|
"32bit": {
|
|
"url": "http://erlang.org/download/otp_win32_18.2.1.exe",
|
|
"hash": "a13688762376db11274ae7b2c44ff5dd25bc35365807b21ebef78e400ae1e3f8"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin\\erl.exe",
|
|
"bin\\escript.exe"
|
|
],
|
|
"env_set": {
|
|
"ERLANG_HOME": "$dir"
|
|
},
|
|
"installer": {
|
|
"args": ["/S", "/D=$dir"]
|
|
},
|
|
"uninstaller": {
|
|
"file" : "Uninstall.exe",
|
|
"args" : ["/S"]
|
|
}
|
|
}
|