-
Notifications
You must be signed in to change notification settings - Fork 12
/
CLion.yml
49 lines (49 loc) · 1.67 KB
/
CLion.yml
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
40
41
42
43
44
45
46
47
48
49
version: 2024.3-243.21565.238
description: CLion. Cross-Platform IDE for C and C++ by JetBrains.
homepage: https://www.jetbrains.com/cpp/
license:
identifier: Proprietary
url: https://www.jetbrains.com/store/license.html
changelog: https://www.jetbrains.com/clion/whatsnew/
architecture:
64bit:
url:
- https://download.jetbrains.com/cpp/CLion-2024.3.exe#/cosi.7z
- https://raw.githubusercontent.com/shovel-org/Windows-JetBrains-Bucket/main/scripts/portable.ps1
hash:
- c6417de9446361a8fbd39c9eb4edd18201b257f9e7c7aebfe81a5b69efe335b7
- 2255673952a7909596b8783f6e913d2301f91f0def0275fcfbc6371b0ca021f8
arm64:
url:
- https://download.jetbrains.com/cpp/CLion-2024.3-aarch64.exe#/cosi.7z
- https://raw.githubusercontent.com/shovel-org/Windows-JetBrains-Bucket/main/scripts/portable.ps1
hash:
- 378a3d70407956e9ce1c14afdc6bb380d674db95243af2ab0e2a9909e57a9ffd
- 2255673952a7909596b8783f6e913d2301f91f0def0275fcfbc6371b0ca021f8
extract_to: IDE
installer:
script: |
& "$dir\portable.ps1" $dir $persist_dir
Remove-AppDirItem 'IDE\$*', 'portable.ps1'
bin:
- IDE\bin\clion64.exe
- - IDE\bin\clion64.exe
- clion
shortcuts:
- - IDE\bin\clion64.exe
- JetBrains\CLion
persist:
- IDE\bin\idea.properties
- profile
checkver:
url: https://data.services.jetbrains.com/products/releases?code=CL&latest=true&type=release
regex: version":"(?<ver>[\d.]+)".*"build":"(?<build>[\d.]+)"
replace: ${ver}-${build}
autoupdate:
architecture:
64bit:
url: https://download.jetbrains.com/cpp/CLion-${matchHead}.exe#/cosi.7z
arm64:
url: https://download.jetbrains.com/cpp/CLion-${matchHead}-aarch64.exe#/cosi.7z
hash:
url: $url.sha256