gecko/scripts/generateIcon.sh

6 lines
71 B
Bash
Executable File

#!/bin/bash
flutter pub run flutter_launcher_icons_maker:main
exit 0