forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webstorm-eap.json
58 lines (58 loc) · 1.86 KB
/
webstorm-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
56
57
58
{
"version": "2022.2.2-222.4167.21",
"description": "Cross-Platform IDE for JavaScript by JetBrains. (Early Access Program)",
"homepage": "https://www.jetbrains.com/webstorm/",
"license": {
"identifier": "Proprietary",
"url": "https://www.jetbrains.com/store/license.html"
},
"url": "https://download.jetbrains.com/webstorm/WebStorm-222.4167.21.exe#/dl.7z",
"hash": "70e9fe164c914bc10d36a5f0a70c2252aaaa50c89e3ece04c2a5852d65ee6c67",
"extract_to": "IDE",
"installer": {
"script": [
"& \"$bucketsdir\\versions\\scripts\\jetbrains\\portable.ps1\" $dir $persist_dir",
"Remove-Item \"$dir\\IDE\\`$*\" -Force -Recurse"
]
},
"architecture": {
"64bit": {
"bin": [
[
"IDE\\bin\\webstorm64.exe",
"webstorm"
]
],
"shortcuts": [
[
"IDE\\bin\\webstorm64.exe",
"JetBrains\\WebStorm (Early Access Program)"
]
]
},
"32bit": {
"bin": "IDE\\bin\\webstorm.exe",
"shortcuts": [
[
"IDE\\bin\\webstorm.exe",
"JetBrains\\WebStorm (Early Access Program)"
]
]
}
},
"persist": [
"IDE\\bin\\idea.properties",
"profile"
],
"checkver": {
"url": "https://data.services.jetbrains.com/products/releases?code=WS&latest=true&platform=zip&type=eap",
"regex": "version\":\"(?<ver>[\\d.]+)\".*\"build\":\"(?<build>[\\d.]+)\"",
"replace": "${ver}-${build}"
},
"autoupdate": {
"url": "https://download.jetbrains.com/webstorm/WebStorm-$preReleaseVersion.exe#/dl.7z",
"hash": {
"url": "$url.sha256"
}
}
}