|
|
||
|---|---|---|
| .. | ||
| dev | ||
| prod | ||
| README.md | ||
README.md
Tauri Icons
Here's the process I've been using to create icons:
- Save source image as
app-icon.pnginpackages/desktop cdtosrc-tauri- Run
bun tauri icons -o icons/{environment} - Use Image2Icon's 'Big Sur Icon' preset to generate an
icon.icnsfile and place it in the appropriate icons folder
The Image2Icon step is necessary as the icon.icns generated by app-icon.png does not apply the shadow/padding expected by macOS,
so app icons appear larger than expected.