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:
parent
7567ddef07
commit
517a14ccb1
14 changed files with 422 additions and 21 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue