Include binaries in chocolatey package
See original GitHub issueIt would be nice if the setup executables where included in the chocolatey nupkg. The total package would be well under the chocolatey.org limit of 200mb.
There are a couple of changes needed to make this happen.
- Change the install script
install-chocolateypackage
toinstall-chocolateyinstallpackage
- Change the install script
url
andurl64
tofile
andfile64
respectively, and point toward the included binaries. - Copy the installers during the build to the chocolatey/tools directory. I think this would be added in the rakefile.
Also, Rawgit is shutting down, so the CDN url for the icon should be changed to an alternative service.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Chocolatey Software Docs | Create Packages
Sometimes called embedding the binaries, there are functions in the automation scripts you can call that will use the installers directly from the...
Read more >Chocolatey Software Docs | Install-BinFile
Chocolatey installs have the folder $($env:ChocolateyInstall)\bin included in the PATH environment variable. Chocolatey automatically shims executables in ...
Read more >Chocolatey Software | Packages matching binary
Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages.
Read more >Package Dependencies in Chocolatey
Dependencies for a particular application are all defined within a package's nuspec file. This file contains all of the metadata about a particular...
Read more >Chocolatey Software Docs | FAQs
What kind of package types does Chocolatey support? Binary Packages – Installable/portable applications – This is 98% of the Chocolatey packages – most...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed by #598
@canton7 See https://github.com/canton7/SyncTrayzor/pull/550#issuecomment-754108474