-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathclion.json
39 lines (39 loc) · 1.11 KB
/
clion.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"version": "2020.1",
"homepage": "https://www.jetbrains.com/clion/",
"url": "https://download.jetbrains.com/cpp/CLion-2020.1.win.zip",
"hash": "8def37642d15f56e1e88228033354cb5c056c7dc0fdf1238c098e55ef7b77640",
"bin": "bin\\clion.bat",
"env_add_path": "bin",
"notes": "Please restart your command line for changes to take effect.",
"architecture": {
"64bit": {
"bin": "bin\\clion64.exe",
"shortcuts": [
[
"bin/clion64.exe",
"CLion64"
]
]
},
"32bit": {
"bin": "bin\\clion.exe",
"shortcuts": [
[
"bin/clion.exe",
"CLion"
]
]
}
},
"checkver": {
"url": "https://data.services.jetbrains.com/products/releases?code=CL&latest=true&type=release",
"jp": "$..version"
},
"autoupdate": {
"url": "https://download.jetbrains.com/cpp/CLion-$version.win.zip",
"hash": {
"url": "$url.sha256"
}
}
}