lowercase launchericon

This commit is contained in:
gutmet 2020-05-24 22:00:05 +02:00
parent 0170730bdc
commit fa667877b3

View File

@ -48,7 +48,7 @@ git init
## generate empty launcher icon ## ## generate empty launcher icon ##
################################## ##################################
convert -size 2048x2048 xc:white LauncherIcon.png convert -size 2048x2048 xc:white launcherIcon.png
@ -78,7 +78,7 @@ dev_dependencies:
flutter_launcher_icons: "^0.7.3" flutter_launcher_icons: "^0.7.3"
flutter_icons: flutter_icons:
image_path: "LauncherIcon.png" image_path: "launcherIcon.png"
android: true android: true
ios: true ios: true