aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/win32
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2017-03-02 17:36:48 +0100
committerSiri Hansen <[email protected]>2017-03-08 15:13:20 +0100
commit6a4d4b43914a5898671e7f9dea7988771450af0f (patch)
treed5a5c54a27768a4f0af359b302b116872954dc2f /erts/etc/win32
parent60a24d2010c98c44d2bf44faca04756049487ec3 (diff)
downloadotp-6a4d4b43914a5898671e7f9dea7988771450af0f.tar.gz
otp-6a4d4b43914a5898671e7f9dea7988771450af0f.tar.bz2
otp-6a4d4b43914a5898671e7f9dea7988771450af0f.zip
Remove typer application
The application now has an own repo, https://github.com/erlang/typer
Diffstat (limited to 'erts/etc/win32')
-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];