Skip to content

Commit

Permalink
Revert "squashfs does not need other options to decompress either"
Browse files Browse the repository at this point in the history
This reverts commit 3a5e06e.
Somehow this breaks even trying to run unsquashfs, so I need to figure
out why
  • Loading branch information
ZeroChaos- committed Oct 20, 2020
1 parent d8364b0 commit c01ae90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeComp/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ class functions do.
"squashfs": [
"_common", "unsquashfs",
[
"-d", "%(destination)s",
"other_options", "-d", "%(destination)s",
"%(basedir)s/%(source)s"
],
"SQUASHFS", ["squashfs", "sfs"], {"unsquashfs"},
Expand Down

0 comments on commit c01ae90

Please sign in to comment.