Skip to content

Commit

Permalink
Attempt #2 at fixing windows explorer decompression
Browse files Browse the repository at this point in the history
  • Loading branch information
iakat authored Feb 21, 2024
1 parent 0a28a05 commit 96c8492
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flipperdump.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,7 @@ async def run(self):
tasks.append(
self._exec_wait(
"zip",
"-9",
"-y",
"-r",
"-q",
package + ".zip",
package,
cwd=self.TMPDIR,
Expand Down

0 comments on commit 96c8492

Please sign in to comment.