瀏覽代碼

Add path of input file to Icons guide (#2538)

Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
Stef Kors 3 年之前
父節點
當前提交
d57a3d176c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/usage/guides/visual/icons.md

+ 1 - 1
docs/usage/guides/visual/icons.md

@@ -5,7 +5,7 @@ title: Icons
 import Command from '@theme/Command'
 import Alert from '@theme/Alert'
 
-Tauri ships with a default iconset based on its logo. This is probably NOT what you want when you ship your application. To remedy this common situation, Tauri provides the `icon` command that will take an input file and create all the icons needed for the various platforms:
+Tauri ships with a default iconset based on its logo. This is probably NOT what you want when you ship your application. To remedy this common situation, Tauri provides the `icon` command that will take an input file ("./app-icon.png" by default) and create all the icons needed for the various platforms:
 
 <Command name="icon"/>