Skip to content

Commit

Permalink
don't use mksquashfs -quiet
Browse files Browse the repository at this point in the history
closes #244
  • Loading branch information
azubieta committed Jun 16, 2022
1 parent 6ff2b1a commit a0918ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appimagebuilder/modules/prime/appimage_primer.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def _make_squashfs(self, appdir: pathlib.Path):
"-root-owned",
"-noappend",
"-reproducible",
"-quiet",
"-comp",
"xz",
]
Expand Down

0 comments on commit a0918ed

Please sign in to comment.