aboutsummaryrefslogtreecommitdiff
path: root/installer/run_unzip.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'installer/run_unzip.cmd')
-rw-r--r--installer/run_unzip.cmd9
1 files changed, 9 insertions, 0 deletions
diff --git a/installer/run_unzip.cmd b/installer/run_unzip.cmd
new file mode 100644
index 0000000..25e4c36
--- /dev/null
+++ b/installer/run_unzip.cmd
@@ -0,0 +1,9 @@
+@echo off
+
+if "x%1" equ "x" goto :EOF
+
+where unzip 2>NUL
+if %ERRORLEVEL% neq 0 (
+ curl -LO https://github.com/mattn/vim-lsp-settings/releases/download/v0.0.1/unzip.exe
+)
+unzip "%1"