-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwix.json
More file actions
32 lines (32 loc) · 757 Bytes
/
wix.json
File metadata and controls
32 lines (32 loc) · 757 Bytes
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
{
"product": "changelog",
"company": "mh-cbon",
"license": "LICENSE",
"upgrade-code": "C0320290-80F0-4930-A43C-502CC4050D3E",
"files": {
"guid": "F6D0ABAF-0D6A-4D3C-B4D3-84127E6B778E",
"items": [
"changelog.exe"
]
},
"env": {
"guid": "0F3CBB28-4EF6-4163-99BF-504FF9F885D9",
"vars": [
{
"name": "PATH",
"value": "[INSTALLDIR]",
"permanent": "no",
"system": "no",
"action": "set",
"part": "last"
}
]
},
"shortcuts": {},
"choco": {
"description": "Maintain a changelog easily",
"project-url": "https://github.com/mh-cbon/changelog",
"tags": "changelog",
"license-url": "https://github.com/mh-cbon/changelog/blob/master/LICENSE"
}
}