|
|
1 месяц назад | |
|---|---|---|
| .. | ||
| beta | 206d81e02c desktop: beta icon | 1 месяц назад |
| dev | 81c3c63895 chore: rename packages/tauri -> packages/desktop | 3 месяцев назад |
| prod | 81c3c63895 chore: rename packages/tauri -> packages/desktop | 3 месяцев назад |
| README.md | 206d81e02c desktop: beta icon | 1 месяц назад |
Here's the process I've been using to create icons:
app-icon.png in packages/desktopcd to packages/desktopbun tauri icon -o src-tauri/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.