forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rider-eap.json
50 lines (50 loc) · 1.61 KB
/
rider-eap.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
40
41
42
43
44
45
46
47
48
49
50
{
"version": "2022.2-EAP9-222.3345.44",
"description": "Cross-Platform IDE for .NET by JetBrains. (Early Access Program)",
"homepage": "https://www.jetbrains.com/rider/",
"license": {
"identifier": "Proprietary",
"url": "https://www.jetbrains.com/store/license.html"
},
"architecture": {
"64bit": {
"url": "https://download.jetbrains.com/rider/JetBrains.Rider-2022.2-EAP9-222.3345.44.Checked.win.zip",
"hash": "8e32b3f42b3f50a14393284664222ed0146c79881c5889a9004ef7b9b34042e6",
"bin": [
[
"IDE\\bin\\rider64.exe",
"rider"
]
],
"shortcuts": [
[
"IDE\\bin\\rider64.exe",
"JetBrains\\Rider"
]
]
}
},
"extract_to": "IDE",
"installer": {
"script": "& \"$bucketsdir\\versions\\scripts\\jetbrains\\portable.ps1\" $dir $persist_dir"
},
"persist": [
"IDE\\bin\\idea.properties",
"profile"
],
"checkver": {
"url": "https://data.services.jetbrains.com/products/releases?code=RD&latest=true&platform=zip&type=eap",
"regex": "version\":\"(?<ver>[\\w.-]+)\".*\"build\":\"(?<build>[\\d.]+)\"",
"replace": "${ver}-${build}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.jetbrains.com/rider/JetBrains.Rider-$version.Checked.win.zip",
"hash": {
"url": "$url.sha256"
}
}
}
}
}