@@ -211,11 +211,11 @@ [e path], strerror([e errNo])]; [OFApplication terminateWithStatus: 1]; } @try { - if ([path hasSuffix: @".gz"]) + if ([path hasSuffix: @".gz"] || [path hasSuffix: @".GZ"]) archive = [GZIPArchive archiveWithFile: file]; else archive = [ZIPArchive archiveWithFile: file]; } @catch (OFReadFailedException *e) { [of_stderr writeFormat: @"Failed to read file %@: %s\n",