Skip to content

Commit

Permalink
Add lite version for AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Dec 20, 2024
1 parent b39c8d6 commit 8720e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ fn build(bin: &str) -> Result<(), DynError> {
magic = "AI";
build_args.append(&mut vec!["--features", "appimage"])
}
if !bin.contains("lite") {
if !bin.contains("lite") && !bin.contains("dwarfs") {
build_args.append(&mut vec!["--features", "mksquashfs"]);
}

Expand Down

0 comments on commit 8720e90

Please sign in to comment.