Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TaYaKi71751 committed Dec 9, 2023
1 parent b9e7926 commit 7a78a1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/pages/database_download/decompress.dart
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ class P7zip {

final tempDir = await getTemporaryDirectory();
final libraryFile = File('${tempDir.path}/lib7zr.so');
if(await libraryFile.exists()){
await libraryFile.delete();
}
final createdFile = await libraryFile.create();
final openFile = await createdFile.open(mode: FileMode.write);
final writtenFile =
Expand Down

0 comments on commit 7a78a1a

Please sign in to comment.