diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-26 15:42:20 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-26 15:42:20 +0900 |
commit | c74222458d05b4195a580bafb32df7b7bb727113 (patch) | |
tree | 8f57f0ce99df486e8911308b87866338d9dd313c | |
parent | 92a372319e18a07c0744800bbd93d3fa70bb19c3 (diff) | |
download | vim-lsp-settings-c74222458d05b4195a580bafb32df7b7bb727113.tar.gz vim-lsp-settings-c74222458d05b4195a580bafb32df7b7bb727113.tar.bz2 vim-lsp-settings-c74222458d05b4195a580bafb32df7b7bb727113.zip |
Download unzip.exe into installer directory
-rw-r--r-- | installer/run_unzip.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/run_unzip.cmd b/installer/run_unzip.cmd index 25e4c36..1815a90 100644 --- a/installer/run_unzip.cmd +++ b/installer/run_unzip.cmd @@ -4,6 +4,6 @@ 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 + curl -L -o %~dp0\unzip.exe https://github.com/mattn/vim-lsp-settings/releases/download/v0.0.1/unzip.exe ) -unzip "%1" +%~dp0\unzip "%1" |