question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Include binaries in chocolatey package

See original GitHub issue

It 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.

  1. Change the install script install-chocolateypackage to install-chocolateyinstallpackage
  2. Change the install script url and url64 to file and file64 respectively, and point toward the included binaries.
  3. 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:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found