Files
vim-lsp-settings-mirror/installer/install-texlab.cmd
Yasuhiro Matsumoto 29d162b506 Use VERSION variable
2020-06-03 17:50:40 +09:00

8 lines
258 B
Batchfile

@echo off
setlocal
set VERSION=1.8.0
curl -L -o texlab-x86_64-windows.zip "https://github.com/latex-lsp/texlab/releases/download/v%VERSION%/texlab-x86_64-windows.zip"
call "%~dp0\run_unzip.cmd" texlab-x86_64-windows.zip
del texlab-x86_64-windows.zip