gecko/scripts/generateIcon.sh

6 lines
65 B
Bash
Executable File

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