-
Notifications
You must be signed in to change notification settings - Fork 0
/
wix.json
32 lines (32 loc) · 741 Bytes
/
wix.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
{
"product": "GitHub CLI",
"company": "GitHub, Inc.",
"license": "LICENSE",
"upgrade-code": "7c0a5736-5b8e-4176-b350-613fa2d8a1b3",
"files": {
"guid": "6e6dcb19-3cf6-46d1-ac56-c6fb39485c9d",
"items": [
"bin/gh.exe"
]
},
"env": {
"guid": "94faac3d-4478-431c-8497-fba55dcfb249",
"vars": [
{
"name": "PATH",
"value": "[INSTALLDIR]",
"permanent": "yes",
"system": "no",
"action": "set",
"part": "last"
}
]
},
"shortcuts": {},
"choco": {
"description": "Use GitHub from the CLI",
"project-url": "https://github.com/cli/cli",
"tags": "github cli git",
"license-url": "https://github.com/cli/cli/blob/trunk/LICENSE"
}
}