Skip to content

Commit

Permalink
chore: fix android icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-hades authored and ice-kreios committed Jan 7, 2025
1 parent 6f5362f commit 46075b4
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/launch_icon/launch_icon_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/launch_icon/launch_icon_foreground_ios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions flutter_launcher_icons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ flutter_launcher_icons:
# iOS
ios: true
remove_alpha_ios: true
image_path_ios_dark_transparent: "assets/launch_icon/launch_icon_foreground.png"
image_path_ios_tinted_grayscale: "assets/launch_icon/launch_icon_foreground.png"
image_path_ios_dark_transparent: "assets/launch_icon/launch_icon_foreground_ios.png"
image_path_ios_tinted_grayscale: "assets/launch_icon/launch_icon_foreground_ios.png"
desaturate_tinted_to_grayscale_ios: true
background_color_ios: "#120240"

Expand Down

0 comments on commit 46075b4

Please sign in to comment.