diff --git a/macosx/BlocklistDownloader.mm b/macosx/BlocklistDownloader.mm index e912bcdf0..4d32b2fff 100644 --- a/macosx/BlocklistDownloader.mm +++ b/macosx/BlocklistDownloader.mm @@ -284,7 +284,7 @@ BlocklistDownloader* fBLDownloader = nil; NSTask* gunzip = [[NSTask alloc] init]; gunzip.launchPath = @"/usr/bin/gunzip"; gunzip.currentDirectoryPath = destinationDir.path; - gunzip.arguments = @[ @"--keep", file.path ]; + gunzip.arguments = @[ @"--keep", @"--force", file.path ]; @try {