forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRapidEE.json
33 lines (33 loc) · 973 Bytes
/
RapidEE.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
{
"version": "936",
"license": "https://www.rapidee.com/en/license",
"architecture": {
"64bit": {
"url": "https://www.rapidee.com/download/RapidEEx64.zip",
"hash": "6ae4b60cdef28bebb250f2136edc3d501fc4d24425fcab932955b311bc9e86f3"
},
"32bit": {
"url": "https://www.rapidee.com/download/RapidEE.zip",
"hash": "7181fafdbaa1b68ca0122ce968d9e9ca9dbd7bdf04f1cde962dfeb0fcb833481"
}
},
"homepage": "https://www.rapidee.com/en/about",
"bin": "rapidee.exe",
"shortcuts": [
[
"rapidee.exe",
"RapidEE"
]
],
"checkver": "[0-9\\.]+ build (\\d+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.rapidee.com/download/RapidEEx64.zip"
},
"32bit": {
"url": "https://www.rapidee.com/download/RapidEE.zip"
}
}
}
}