소스 검색

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"/>