-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwix64.json
More file actions
49 lines (49 loc) · 1.13 KB
/
wix64.json
File metadata and controls
49 lines (49 loc) · 1.13 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"product": "CompactBro",
"company": "RDTMaster",
"upgrade-code": "9914da44-8b72-4b3c-bfb3-404f09a6f999",
"files": {
"guid": "93e83360-3c73-428f-adf7-9803f2713980",
"items": [
"bin/win64/compactbro.exe",
"compactbro.sample.toml"
]
},
"directories": [
"certs",
"static",
"templates"
],
"env": {
"guid": "4d5543f3-b434-44a8-b0db-32eee248ab76",
"vars": [
{
"name": "PATH",
"value": "[INSTALLDIR]",
"permanent": "yes",
"system": "yes",
"action": "set",
"part": "last"
}
]
},
"shortcuts": {
"guid": "2e1d8cec-d6ed-42e6-9cec-d32cdeba6a32",
"items": [
{
"name": "compactbro",
"description": "CompactBRO reddit client",
"target": "[INSTALLDIR]\\compactbro.exe",
"wdir": "INSTALLDIR",
"arguments": "",
"icon": ""
}
]
},
"choco": {
"description": "CompactBRO reddit client",
"project-url": "https://github.com/rdtmaster/compactbro",
"tags": "reddit compact web",
"license-url": "https://github.com/rdtmaster/compactbro/blob/master/LICENSE"
}
}