This repository contains chocolatey packages created and maintained by JourneyOver, updated daily.
If packages fail to install or a new version is released, please report it in any of the following ways:
If the package fails to install or uninstall via choco, include debug information from the console:
choco install PKGID --yes --verbose --debug
If the package is not up-to-date, include the following if possible:
- Latest version number
- Release date
- URL to the install binary
- Whenever possible, use the AU module for automatic packages.
- If allowed, include the packaged software directly in the
.nupkg
archive instead of downloading it at install time. Only tools allowing redistribution in their license can be embedded, and such packages must includeVERIFICATION.txt
andLicense.txt
in thetools
directory. - Prioritize readable code without sacrificing efficiency. Code should be understandable by others.
- Fill up metadata attributes in the package as much as possible. Empty metadata tags indicate unavailable information. If metadata is not publicly available, attempt to contact the software publisher.