# Icons `source.png` — 1024×1024 master icon. Dark rounded square + purple progress ring + white "C". Generated by `../../scripts/make-icon.py`. To regenerate every required size + format Tauri's bundler needs: ```sh 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 (we ignore those — 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, progress sweep, monogram) and rerun.