How to extract only a single file from a ZIP archive #19
Unanswered
lapo-luchini
asked this question in
Q&A
Replies: 1 comment
-
Might not be ideal (it first extracts everything), but I managed to get the output I'd like using:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a manifest for a single application which is distributed in a github release ZIP with a few other sibling applications, but I'd like to only extract one. How to do that? I guess I could use
Expand-7zipArchive
in an installer script but reading the sources I can't find a way to only extract one file.Beta Was this translation helpful? Give feedback.
All reactions