update icon splash generator script to use new command structure

This commit is contained in:
stopflock
2025-10-04 13:25:38 -05:00
parent e73a885544
commit 2842481d98

View File

@@ -1,8 +1,8 @@
#!/bin/bash
echo "Generate splash screens..."
flutter pub run flutter_native_splash:create
echo
echo
echo "Generate icons..."
flutter pub run flutter_launcher_icons:main
dart run flutter_launcher_icons
echo
echo
echo "Generate splash screens..."
dart run flutter_native_splash:create