aboutsummaryrefslogtreecommitdiff
path: root/installer/install-kotlin-language-server.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'installer/install-kotlin-language-server.cmd')
-rw-r--r--installer/install-kotlin-language-server.cmd6
1 files changed, 6 insertions, 0 deletions
diff --git a/installer/install-kotlin-language-server.cmd b/installer/install-kotlin-language-server.cmd
index 1a67356..6e5fae5 100644
--- a/installer/install-kotlin-language-server.cmd
+++ b/installer/install-kotlin-language-server.cmd
@@ -1,5 +1,11 @@
@echo off
+where unzip1 2>NUL
+if %ERRORLEVEL% neq 0 (
+ echo unzip command required
+ exit /b 1
+)
+
setlocal
cd /d %~dp0