-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwix.json
More file actions
32 lines (32 loc) · 792 Bytes
/
Copy pathwix.json
File metadata and controls
32 lines (32 loc) · 792 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": "build-them-all",
"company": "mh-cbon",
"license": "LICENSE",
"upgrade-code": "2545491D-6311-4ACE-9DBF-C0B23F5BA435",
"files": {
"guid": "43B2CCEA-A666-4E50-B371-3CD2764E2EDA",
"items": [
"build-them-all.exe"
]
},
"env": {
"guid": "EA0805A3-D87C-445A-B40F-D4A976EC63DB",
"vars": [
{
"name": "PATH",
"value": "[INSTALLDIR]",
"permanent": "no",
"system": "no",
"action": "set",
"part": "last"
}
]
},
"shortcuts": {},
"choco": {
"description": "Bin util to build go programs to multiple targets",
"project-url": "https://github.com/mh-cbon/build-them-all",
"tags": "go",
"license-url": "https://github.com/mh-cbon/build-them-all/blob/master/LICENSE"
}
}