|
|
3 hónapja | |
|---|---|---|
| .. | ||
| dev | 81c3c63895 chore: rename packages/tauri -> packages/desktop | 3 hónapja |
| prod | 81c3c63895 chore: rename packages/tauri -> packages/desktop | 3 hónapja |
| README.md | 81c3c63895 chore: rename packages/tauri -> packages/desktop | 3 hónapja |
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.