GNOME Bugzilla – Bug 761879
Support extracting archives from zipfiles
Last modified: 2016-02-12 13:18:07 UTC
Like we do for tarballs. Patch follows.
Created attachment 320907 [details] [review] Add support for zipfile: archives Reuse the same approach we use for tarballs, but call unzip instead of tar. The prefix for the source is 'zipfile' to distinguish it from tarball, instead of using the file extension.
Review of attachment 320907 [details] [review]: LGTM.
Pushed attachment 320907 [details] [review] to master