mirror of
https://github.com/transmission/transmission
synced 2025-03-05 19:18:19 +00:00
Fix BlockListDownloader unzipFrom (#4473)
This commit is contained in:
parent
84566d42f0
commit
ecb04b4cb1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue