-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows setup via chocolatey repository #12406
Conversation
Using official binary on Window is preferred. |
It is official binary, as always on Chocolatey (compare the checkusum). You can take a look at the source code of the package automatic updater: The lines of interest are:
On our update report you can see the acutall URL that is used to embed the binary into the package:
|
In the package creation process, there is nothing else done with the exe file. Package provides metadata about the tool only and it is a standard nuget package used on Windows platform. |
I mean I don't see any point mentioning just another 3rdparty repo especially before the official exe. |
Whatever you choose really is fine by me. And like I said, it is official exe, just packed in convenient way that can be used to quickly upgrade it (along with other tools on Windows), pinpoint particular version etc and be used with other popular repository tools such as Nexus or Artifactory in a local offline proxy. There is no difference between choco and homebrew tho and it is mentioned, that is why I thought it is a good idea. |
One other important thing, it automatically installs dependency, vcredist 2010, so it will reduce issues for Windows users. |
I think it‘s not bad to mention another installation method if:
|
|
It looks now like this (commit wasn't shown here because PR is closed): Windows users can download an .exe file and place it in any location on their PATH except for
|
Thanks for the answers. Do you have a link to an issue/a ticket for GPG stuffs in your packaging system? When it's done, we can revisit this change. |
Added note in README.md about installation using Chocolatey repository (similar as Homebrew on OS X).
I am one of the package maintainers and we keep the package up to date automatically as can be seen in package versions on the Chocolatey gallery
https://chocolatey.org/packages/youtube-dl