gecko/scripts/generateIcon.sh
2022-12-11 22:13:25 +01:00

6 lines
59 B
Bash
Executable File

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