|
…
|
||
|---|---|---|
| .. | ||
| 32x32.png | ||
| 128x128.png | ||
| 128x128@2x.png | ||
| icon.icns | ||
| icon.ico | ||
| README.md | ||
| source.png | ||
Icons
source.png — 1024×1024 master icon. Dark rounded square + 2×2 tile grid
with one tile in the active-blue and one in the broadcast-orange (matching
the in-app .leaf.active and .leaf.broadcasting border colors).
Generated by ../../scripts/make-icon.py.
To regenerate every size + format Tauri's bundler needs:
python3 scripts/make-icon.py
pnpm tauri icon src-tauri/icons/source.png
That populates 32x32.png, 128x128.png, 128x128@2x.png, icon.icns,
icon.ico, plus Android/iOS sizes (ignored — desktop only).
The generated icons are tracked in git so a clean clone can pnpm tauri build
without first running tauri icon.
To customize: edit scripts/make-icon.py (colors, layout) and rerun.