install latest texlab on Windows

This commit is contained in:
Dominique
2021-10-12 22:58:18 -04:00
committed by mattn
parent 4fc61a315a
commit 1dfdcd2d1d

View File

@@ -1,7 +1,6 @@
@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"
curl -L -o texlab-x86_64-windows.zip "https://github.com/latex-lsp/texlab/releases/latest/download/texlab-x86_64-windows.zip"
call "%~dp0\run_unzip.cmd" texlab-x86_64-windows.zip
del texlab-x86_64-windows.zip