forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcdburnerxp.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.6795",
"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.6795.zip",
"hash": "3bf1b611e07a54a026dceca672dd3d63af84499a064887f50af66cc03b70277f"
},
"32bit": {
"url": "https://download.cdburnerxp.se/portable/CDBurnerXP-4.5.8.6795.zip",
"hash": "6e3c7ade2deb9704f652cbf4689dc87725af0d4c17e94bfd165d263c4ade8aac"
}
},
"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"
}
}
}
}