Переглянути джерело

docs: change `icon` help output to ask for 1024px source icons, closes #7886 (#7896)

Fabian-Lars 1 рік тому
батько
коміт
e8ff6b153e
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      tooling/cli/src/icon.rs

+ 1 - 2
tooling/cli/src/icon.rs

@@ -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.