@@ -560,11 +560,12 @@ if ([path hasSuffix: @".tar.gz"] || [path hasSuffix: @".tgz"] || [path hasSuffix: @".TAR.GZ"] || [path hasSuffix: @".TGZ"]) type = @"tgz"; else if ([path hasSuffix: @".gz"] || [path hasSuffix: @".GZ"]) type = @"gz"; - else if ([path hasSuffix: @".lha"] || [path hasSuffix: @".lzh"]) + else if ([path hasSuffix: @".lha"] || + [path hasSuffix: @".lzh"] || [path hasSuffix: @".lzs"]) type = @"lha"; else if ([path hasSuffix: @".tar"] || [path hasSuffix: @".TAR"]) type = @"tar"; else type = @"zip";