mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-28 21:54:15 -04:00
[cmp] add pkzip decompression support
* Now you can install a Raspbian image without having to decompress it first ;)
This commit is contained in:
parent
7567ddef07
commit
517a14ccb1
14 changed files with 422 additions and 21 deletions
|
@ -34,7 +34,7 @@ static long long int unpack_none(transformer_state_t *xstate)
|
|||
|
||||
unpacker_t unpacker[BLED_COMPRESSION_MAX] = {
|
||||
unpack_none,
|
||||
unpack_none,
|
||||
unpack_zip_stream,
|
||||
unpack_Z_stream,
|
||||
unpack_gz_stream,
|
||||
unpack_lzma_stream,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue