Skip to content

Commit

Permalink
docs: change icon help output to ask for 1024px source icons, closes
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Sep 25, 2023
1 parent 5ecb46b commit e8ff6b1
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 @@ -47,8 +47,7 @@ impl PngTarget {
#[derive(Debug, Parser)]
#[clap(about = "Generates 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 (png, 1024x1024px with transparency).
#[clap(default_value = "./app-icon.png")]
input: PathBuf,
/// Output directory.
Expand Down

0 comments on commit e8ff6b1

Please sign in to comment.