Skip to content

Commit

Permalink
fix(cli): fix mkquashfs arg
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Oct 22, 2024
1 parent e74026b commit d0c4bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cli/src/exec/mksquashfs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const COMPRESSION = "lzo"; // make customizable? default is gzip
export const requiredVersion: Range = new Range("^4.5.1");

const baseArgs = () => [
"--all-time",
"-all-time",
"0",
"-all-root", // XXX: should we use this?
"-noappend",
Expand Down

0 comments on commit d0c4bbd

Please sign in to comment.