Skip to content

Commit b518230

Browse files
authored
Add optional icon file support for Windows and macOS (#119)
Updated the documentation to include `public/icon.ico` for Windows and `public/icon.icns` for macOS as optional icon files. This clarifies how these files are utilized when building desktop applications.
1 parent c076b92 commit b518230

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/views/docs/desktop/1/getting-started/development.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ For more details, see the [Databases](/docs/digging-deeper/databases) section.
102102
The `native:serve` and `native:build` commands look for the following icon files when building your application:
103103

104104
- `public/icon.png` - your main icon, used on the Desktop, Dock and app switcher.
105+
- `public/icon.ico` - if it exists, it is used as an icon file for Windows (optional).
106+
- `public/icon.icns` - if it exists, it is used as an icon file for macOS (optional).
105107
- `public/IconTemplate.png` - used in the Menu Bar on non-retina displays.
106108
- `public/[email protected]` - used in the Menu Bar on retina displays.
107109

0 commit comments

Comments
 (0)