Ticket #2014: expander.diff
File expander.diff, 717 bytes (added by , 17 years ago) |
---|
-
src/apps/expander/ExpanderRules.cpp
48 48 fList.AddItem(new ExpanderRule("application/zip", ".zip", "unzip -l %s", "unzip -o %s")); 49 49 fList.AddItem(new ExpanderRule("application/x-zip-compressed", ".zip", "unzip -l %s", "unzip -o %s")); 50 50 fList.AddItem(new ExpanderRule("application/x-rar", ".rar", "unrar v %s", "unrar x -y %s")); 51 fList.AddItem(new ExpanderRule("application/x-7z-compressed", ".7z", "7za l %s", "7za x -y %s")); 51 52 52 53 BFile file; 53 54 if (Open(&file) != B_OK)