gecko/scripts/generateIcon.sh
2022-05-21 06:47:26 +02:00

6 lines
57 B
Bash
Executable File

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