Skip to content

Commit ad11261

Browse files
committed
udpate
1 parent bcc0337 commit ad11261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harmony/src/main/ets/DownloadTask.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export class DownloadTask {
296296
}
297297

298298
if(fn !== '.DS_Store'){
299-
await zip.decompressFile(entry.filename, params.unzipDirectory);
299+
await zip.decompressFile(fn, params.unzipDirectory);
300300
}
301301
}
302302

0 commit comments

Comments
 (0)