diff --git a/macosx/BlocklistDownloader.mm b/macosx/BlocklistDownloader.mm index 26e7079b3..b7f945f40 100644 --- a/macosx/BlocklistDownloader.mm +++ b/macosx/BlocklistDownloader.mm @@ -312,7 +312,7 @@ BlocklistDownloader* fBLDownloader = nil; zipinfo.launchPath = @"/usr/bin/zipinfo"; zipinfo.arguments = @[ @"-1", /* just the filename */ - file /* source zip file */ + file.path /* source zip file */ ]; NSPipe* pipe = [[NSPipe alloc] init]; zipinfo.standardOutput = pipe;