|
|
2 months ago | |
|---|---|---|
| .. | ||
| dev | 2 months ago | |
| prod | 2 months ago | |
| README.md | 2 months ago | |
Here's the process I've been using to create icons:
app-icon.png in packages/desktopcd to src-tauribun tauri icons -o icons/{environment}icon.icns file and place it in the appropriate icons folderThe 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.