-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Feature request: Publish .zip archives in addition to self-extracting 7z .exe's #986
Comments
I don't believe this is the case. You can also control the extraction of the archive from the command line:
This isn't an ideal solution, as it exits early and pops a progress bar. I'm sure I'm missing something from the docs... |
Why not use the NuGet package: https://www.nuget.org/packages/GitForWindows/. |
To explain my reluctance for That means not only wasted space, but also wasted time for me when I make new releases. Given the workaround below, combined with this reluctance, means that I will close this ticket for now. If you feel strongly about it, please feel free to convince me compelling arguments 😃 . Also, to enhance on @shiftkey's response:
We use the old .sfx component that used to be hosted on http://7zsfx.info. You can still see the switches in the Internet Archive: https://web.archive.org/web/20160402074100/http://www.7zsfx.info/en/switches.html. From that information, the best idea would be to use |
I have added a wiki page with this detail, and a small link from the FAQ page. |
Posting link here for others to find: https://github.com/git-for-windows/git/wiki/Zip-Archives---extracting-the-released-archives ... thanks for this, I'll try it out shortly! |
I'm finding that the self-extractor hangs when invoked from Powershell while doing a windows container docker build:
It works with powershell outside of a container build, and it also works when using |
@friism have you tried the NuPkg? A NuPkg is a |
The self-extracting 7z archives that are currently released (eg. for the portable version) are difficult to install in a headless manner because they require first installing 7z.
Windows/PowerShell has built-in .zip support (with
Expand-Archive
). Would it make sense to publish.zip
archives in addition to the assorted .exe's?The text was updated successfully, but these errors were encountered: