-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathols.json
25 lines (25 loc) · 886 Bytes
/
ols.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"version": "10.28.2022",
"description": "Language server for Odin",
"homepage": "https://github.com/DanielGavin/ols",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/DanielGavin/ols/releases/download/nightly/ols-x86_64-pc-windows-msvc.exe",
"hash": "9e28524d9a765d34f7c25bc10537b08c7ef5c5b1a1580c4efcd645b0994b4aec",
"extract_dir": "ols_nightly_windows\\ols-nightly"
}
},
"bin": "ols.exe",
"checkver": {
"github": "https://github.com/DanielGavin/ols"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/DanielGavin/ols/releases/download/$version/ols-x86_64-pc-windows-msvc-installer.exe",
"extract_dir": "ols_$underscoreVersion_windows\\ols-$version"
}
}
}
}