aboutsummaryrefslogtreecommitdiff
path: root/installer/install-texlab.cmd
blob: 24c86a83e3d101472d0d981f8dcf6972382b59d0 (plain)
1
2
3
4
5
@echo off

curl -L -o texlab-x86_64-windows.zip "https://github.com/latex-lsp/texlab/releases/download/v1.8.0/texlab-x86_64-windows.zip"
call "%~dp0\run_unzip.cmd" texlab-x86_64-windows.zip
del texlab-x86_64-windows.zip