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 committed Dec 30, 2024
1 parent 1082a3b commit c677c7f
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 c677c7f

Please sign in to comment.