Update app icon across all platforms to new uploaded design#6
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)
Generated with a JDK-only generator (ImageIO/Graphics2D, progressive halving