-
Notifications
You must be signed in to change notification settings - Fork 11
/
BookXNotePro.json
39 lines (39 loc) · 1.32 KB
/
BookXNotePro.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
{
"homepage": "http://www.bookxnote.com/",
"license": "Proprietary",
"version": "3.0.0.2007",
"architecture": {
"64bit": {
"url": "http://www.bookxnote.com/setup/bookxnotepro-windows-x64-3.0.0.2007-20241115.zip",
"hash": "50e74707afad2dbcc4b5adf851e463563ac2bd9b75dd01b9d49f1e92bdac8345"
},
"32bit": {
"url": "http://www.bookxnote.com/setup/bookxnotepro-windows-x86-3.0.0.2007-20241115.zip",
"hash": "0d91379de7b4964e50570cd60814ab123bd41bcc1df685e96f96e32ba57263d0"
}
},
"installer": {
"script": [
"$exefile = (Get-ChildItem \"$dir\" '*.exe' | Select-Object -First 1).FullName",
"Expand-7ZipArchive \"$exefile\" \"$dir\" -Removal"
]
},
"bin": "BookxNotePro.exe",
"shortcuts": [
[
"BookxNotePro.exe",
"BookxNote Pro"
]
],
"checkver": "bookxnotepro-windows-x64-([\\d.]+)-(?<date>\\d{6,8}).zip",
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://www.bookxnote.com/setup/bookxnotepro-windows-x64-$version-$matchDate.zip"
},
"32bit": {
"url": "http://www.bookxnote.com/setup/bookxnotepro-windows-x86-$version-$matchDate.zip"
}
}
}
}