|
|
4 месяцев назад | |
|---|---|---|
| .. | ||
| dev | ebe25c3e9a tauri: dev icons + separate prod config (#5691) | 4 месяцев назад |
| prod | ebe25c3e9a tauri: dev icons + separate prod config (#5691) | 4 месяцев назад |
| README.md | ebe25c3e9a tauri: dev icons + separate prod config (#5691) | 4 месяцев назад |
Here's the process I've been using to create icons:
app-icon.png in packages/tauricd 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.