Skip to content

Commit 6ecfaae

Browse files
authored
texlab@5.25.1: Add arm64 support (#7493)
1 parent 0e4be0a commit 6ecfaae

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

bucket/texlab.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@
44
"homepage": "https://texlab.netlify.com",
55
"license": "GPL-3.0-only",
66
"architecture": {
7+
"32bit": {
8+
"url": "https://github.com/latex-lsp/texlab/releases/download/v5.25.1/texlab-i686-windows.zip",
9+
"hash": "a27984b45ebe7a09471e3b47770bdb7ad86303e5758e0d4fee3058df4fc6397a"
10+
},
711
"64bit": {
812
"url": "https://github.com/latex-lsp/texlab/releases/download/v5.25.1/texlab-x86_64-windows.zip",
913
"hash": "aa5fc1fe6004c17cd83086a57a8c8f28bb3f360914872711bfbb83490dc3c19e"
14+
},
15+
"arm64": {
16+
"url": "https://github.com/latex-lsp/texlab/releases/download/v5.25.1/texlab-aarch64-windows.zip",
17+
"hash": "04ef3ec3a86dc1dfa9d3beb90bcea5e6e3736cda8428cd6c6469b89f1e786973"
1018
}
1119
},
1220
"bin": "texlab.exe",
@@ -15,8 +23,14 @@
1523
},
1624
"autoupdate": {
1725
"architecture": {
26+
"32bit": {
27+
"url": "https://github.com/latex-lsp/texlab/releases/download/v$version/texlab-i686-windows.zip"
28+
},
1829
"64bit": {
1930
"url": "https://github.com/latex-lsp/texlab/releases/download/v$version/texlab-x86_64-windows.zip"
31+
},
32+
"arm64": {
33+
"url": "https://github.com/latex-lsp/texlab/releases/download/v$version/texlab-aarch64-windows.zip"
2034
}
2135
}
2236
}

0 commit comments

Comments
 (0)