cli/wix.json
vilmibm 06d90d5e46 automatically produce MSI files for releases
This commit:

- Adds config for building Windows installers
- Adds an action for fetching exe files built by goreleaser
- Adds an action for building Windows installers
- Adds an action for adding MSI files to an existing GH release
- Adds MSI signing to our release flow
- Disables homebrew formula bumping for prereleases
- Allows the release asset copying action to copy windows assets
2019-12-19 15:03:03 -06:00

32 lines
754 B
JSON

{
"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/github/gh-cli",
"tags": "github cli git",
"license-url": "https://github.com/github/gh-cli/blob/master/LICENSE"
}
}