{ "homepage": "https://www.erlang.org", "version": "21.2", "license": "Apache-2.0", "architecture": { "64bit": { "url": "http://erlang.org/download/otp_win64_21.2.exe", "hash": "468f50caa643bbed484be475419d200d47c87597efd4057142bdb000e1accb72" }, "32bit": { "url": "http://erlang.org/download/otp_win32_21.2.exe", "hash": "f1e8153530ef91c9cdc4a73593fe0fe41755412244370060bd8e4b80572ba242" } }, "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" }, "checkver": { "url": "https://www.erlang.org/downloads", "re": "DOWNLOAD\\s+OTP ([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "http://erlang.org/download/otp_win64_$version.exe" }, "32bit": { "url": "http://erlang.org/download/otp_win32_$version.exe" } } }, "shortcuts": [ [ "bin\\werl.exe", "Erlang" ] ] }