1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[cmp] add pkzip decompression support

* Now you can install a Raspbian image without having to decompress it first ;)
This commit is contained in:
Pete Batard 2015-06-20 18:40:55 +01:00
parent 7567ddef07
commit 517a14ccb1
14 changed files with 422 additions and 21 deletions

View file

@ -29,6 +29,7 @@
<ClCompile Include="..\decompress_uncompress.c" />
<ClCompile Include="..\decompress_unlzma.c" />
<ClCompile Include="..\decompress_unxz.c" />
<ClCompile Include="..\decompress_unzip.c" />
<ClCompile Include="..\filter_accept_all.c" />
<ClCompile Include="..\filter_accept_list.c" />
<ClCompile Include="..\filter_accept_reject_list.c" />