forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
idea-ultimate-eap.json
55 lines (55 loc) · 1.73 KB
/
idea-ultimate-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
51
52
53
54
55
{
"version": "2022.2.2-222.4167.9",
"description": "Cross-Platform IDE for Java by JetBrains. (Early Access Program)",
"homepage": "https://www.jetbrains.com/idea/",
"license": {
"identifier": "Proprietary",
"url": "https://www.jetbrains.com/store/license.html"
},
"url": "https://download.jetbrains.com/idea/ideaIU-222.4167.9.win.zip",
"hash": "82a82507ebae2a1143fafffd581bfd38595947f2c34e96a2b3480264e6a59c79",
"extract_to": "IDE",
"installer": {
"script": "& \"$bucketsdir\\versions\\scripts\\jetbrains\\portable.ps1\" $dir $persist_dir"
},
"architecture": {
"64bit": {
"bin": [
[
"IDE\\bin\\idea64.exe",
"idea"
]
],
"shortcuts": [
[
"IDE\\bin\\idea64.exe",
"JetBrains\\IDEA Ultimate (Early Access Program)"
]
]
},
"32bit": {
"bin": "IDE\\bin\\idea.exe",
"shortcuts": [
[
"IDE\\bin\\idea.exe",
"JetBrains\\IDEA Ultimate (Early Access Program)"
]
]
}
},
"persist": [
"IDE\\bin\\idea.properties",
"profile"
],
"checkver": {
"url": "https://data.services.jetbrains.com/products/releases?code=IIU&latest=true&platform=zip&type=eap",
"regex": "version\":\"(?<ver>[\\d.]+)\".*\"build\":\"(?<build>[\\d.]+)\"",
"replace": "${ver}-${build}"
},
"autoupdate": {
"url": "https://download.jetbrains.com/idea/ideaIU-$preReleaseVersion.win.zip",
"hash": {
"url": "$url.sha256"
}
}
}