-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathcherrytree.json
More file actions
35 lines (35 loc) · 1.35 KB
/
cherrytree.json
File metadata and controls
35 lines (35 loc) · 1.35 KB
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
{
"version": "1.6.3.0",
"description": "Hierarchical note taking application, featuring rich text and syntax highlighting.",
"homepage": "https://www.giuspen.com/cherrytree/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://www.giuspen.com/software/cherrytree_1.6.3.0_win64_portable.7z",
"hash": "417d8a86cb852f988d005ead13df646c35178ad2691ca9bb36c4413a77b89c56",
"extract_dir": "cherrytree_1.6.3.0_win64_portable",
"pre_install": "if(!(Test-Path \"$dir\\config.cfg\")) { New-Item \"$dir\\config.cfg\" -ItemType File | Out-Null}",
"bin": "ucrt64\\bin\\cherrytree.exe",
"shortcuts": [
[
"ucrt64\\bin\\cherrytree.exe",
"Cherrytree"
]
]
}
},
"persist": "config.cfg",
"checkver": "cherrytree_([\\d.]+)_win64_portable.7z",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.giuspen.com/software/cherrytree_$version_win64_portable.7z",
"hash": {
"url": "https://www.giuspen.com/cherrytree/",
"regex": "$sha256\\s+$basename"
},
"extract_dir": "cherrytree_$version_win64_portable"
}
}
}
}