2024-03-27 21:05:22 +00:00

24 lines
738 B
JSON

{
"version": "5.14.1",
"description": "Language Server Protocol for LaTeX",
"homepage": "https://texlab.netlify.com",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/latex-lsp/texlab/releases/download/v5.14.1/texlab-x86_64-windows.zip",
"hash": "6f1b63cddf381b12c21f154afb0c217f0cf942f1d09ac275d3fe1f79cd2a4b47"
}
},
"bin": "texlab.exe",
"checkver": {
"github": "https://github.com/latex-lsp/texlab"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/latex-lsp/texlab/releases/download/v$version/texlab-x86_64-windows.zip"
}
}
}
}