Skip to content

Commit

Permalink
Update appImage.go (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta authored Mar 3, 2022
1 parent c24d1b5 commit 695647b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/package-format/appimage/appImage.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func ConfigureCommand(app *kingpin.Application) {
template: command.Flag("template", "The template file.").String(),
license: command.Flag("license", "The license file.").String(),

compression: command.Flag("compression", "The compression.").Enum("xz", "gzip"),
compression: command.Flag("compression", "The compression.").Default("zstd").Enum("xz", "lzo", "zstd"),
}

configuration := command.Flag("configuration", "").Required().String()
Expand Down

0 comments on commit 695647b

Please sign in to comment.