Skip to content

Commit

Permalink
update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Oct 19, 2023
1 parent da1d479 commit b8fb795
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tooling/cli/src/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ struct PngEntry {
#[derive(Debug, Parser)]
#[clap(about = "Generate various icons for all major platforms")]
pub struct Options {
// TODO: Confirm 1240px
/// Path to the source icon (png, 1240x1240px with transparency).
/// Path to the source icon (squared PNG or SVG file with transparency).
#[clap(default_value = "./app-icon.png")]
input: PathBuf,
/// Output directory.
Expand Down

0 comments on commit b8fb795

Please sign in to comment.