forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cdburnerxp.json
45 lines (45 loc) · 1.24 KB
/
cdburnerxp.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
{
"homepage": "https://cdburnerxp.se/",
"license": {
"identifier": "Freeware",
"url": "https://cdburnerxp.se/help/Intro/license"
},
"version": "4.5.8.7041",
"persist": [
"UserSettings.ini"
],
"bin": [
"cdbxpp.exe",
"cdbxpcmd.exe"
],
"shortcuts": [
[
"cdbxpp.exe",
"CDBurnerXP"
]
],
"architecture": {
"64bit": {
"url": "https://download.cdburnerxp.se/portable/CDBurnerXP-x64-4.5.8.7041.zip",
"hash": "3eb076061386bdfe3f4ed35e038b123a024acc22f6426d6e205391b51e566e3f"
},
"32bit": {
"url": "https://download.cdburnerxp.se/portable/CDBurnerXP-4.5.8.7041.zip",
"hash": "aad05d5b7ad16c32ee14c1f140b19af648c47178cc0f570bcdb8b42e80358f0b"
}
},
"checkver": {
"url": "https://update.cdburnerxp.se/",
"re": "([\\d.]+)|.*"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.cdburnerxp.se/portable/CDBurnerXP-x64-$version.zip"
},
"32bit": {
"url": "https://download.cdburnerxp.se/portable/CDBurnerXP-$version.zip"
}
}
}
}