aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/win32/Install.c
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2017-03-09 11:16:37 +0100
committerSiri Hansen <[email protected]>2017-03-09 11:16:37 +0100
commitfcd9a09dc614d61a3e06953837e3bdc3c311710d (patch)
tree5ce4196fb7989577263fc1165e129fbe0bf7e87e /erts/etc/win32/Install.c
parent12d5349834f552ec9cb6ad0d51f53810acc8d51f (diff)
parent6a4d4b43914a5898671e7f9dea7988771450af0f (diff)
downloadotp-fcd9a09dc614d61a3e06953837e3bdc3c311710d.tar.gz
otp-fcd9a09dc614d61a3e06953837e3bdc3c311710d.tar.bz2
otp-fcd9a09dc614d61a3e06953837e3bdc3c311710d.zip
Merge branch 'siri/typer/remove-application/OTP-14251'
* siri/typer/remove-application/OTP-14251: Remove typer application
Diffstat (limited to 'erts/etc/win32/Install.c')
-rw-r--r--erts/etc/win32/Install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/win32/Install.c b/erts/etc/win32/Install.c
index 43930ff284..04522a0779 100644
--- a/erts/etc/win32/Install.c
+++ b/erts/etc/win32/Install.c
@@ -48,7 +48,7 @@ int wmain(int argc, wchar_t **argv)
InitSection *ini_section;
HANDLE module = GetModuleHandle(NULL);
wchar_t *binaries[] = { L"erl.exe", L"werl.exe", L"erlc.exe",
- L"dialyzer.exe", L"typer.exe",
+ L"dialyzer.exe",
L"escript.exe", L"ct_run.exe", NULL };
wchar_t *scripts[] = { L"start_clean.boot", L"start_sasl.boot", L"no_dot_erlang.boot", NULL };
wchar_t fromname[MAX_PATH];