Skip to content

Update app icon across all platforms to new uploaded design#6

Merged
Deadendev merged 1 commit into
mainfrom
feature/app-icon-update
May 31, 2026
Merged

Update app icon across all platforms to new uploaded design#6
Deadendev merged 1 commit into
mainfrom
feature/app-icon-update

Conversation

@Deadendev

Copy link
Copy Markdown
Owner

User uploaded a new icon image as the source logos. This commit regenerates every per-platform icon asset from that source so the change actually takes effect (CI does not run flutter_launcher_icons; the per-platform PNGs/ICOs are committed directly).

Source: assets/images/logo/logo_android.png (1254x1254 RGBA)

  • Android mipmap-{m,h,xh,xxh,xxxh}dpi/ic_launcher.png + adaptive foreground
  • iOS AppIcon.appiconset (every Icon-App-*.png, alpha flattened on white)
  • macOS AppIcon.appiconset (16/32/64/128/256/512/1024)
  • Web Icon-192/512.png + maskable variants + favicon.png
  • Windows app_icon.ico + assets/images/logo/logo_{windows,lanczos}.ico (uploaded versions had .ico extensions but were PNG bytes; replaced with real multi-size 32-bit BGRA ICO containers)
  • Linux assets/images/logo/logo_linux.png (512x512)

Generated with a JDK-only generator (ImageIO/Graphics2D, progressive halving

  • bicubic resampling).

User uploaded a new icon image as the source logos. This commit regenerates
every per-platform icon asset from that source so the change actually takes
effect (CI does not run flutter_launcher_icons; the per-platform PNGs/ICOs are
committed directly).

Source: assets/images/logo/logo_android.png (1254x1254 RGBA)

- Android mipmap-{m,h,xh,xxh,xxxh}dpi/ic_launcher.png + adaptive foreground
- iOS AppIcon.appiconset (every Icon-App-*.png, alpha flattened on white)
- macOS AppIcon.appiconset (16/32/64/128/256/512/1024)
- Web Icon-192/512.png + maskable variants + favicon.png
- Windows app_icon.ico + assets/images/logo/logo_{windows,lanczos}.ico
  (uploaded versions had .ico extensions but were PNG bytes; replaced with
  real multi-size 32-bit BGRA ICO containers)
- Linux assets/images/logo/logo_linux.png (512x512)

Generated with a JDK-only generator (ImageIO/Graphics2D, progressive halving
+ bicubic resampling).

Co-authored-by: DeadEnd Dev <283450271+Deadendev@users.noreply.github.com>
@Deadendev Deadendev merged commit 5cec844 into main May 31, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants