gecko/scripts/generateIcon.sh

6 lines
57 B
Bash
Executable File

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