gecko/scripts/generateIcon.sh

6 lines
59 B
Bash
Executable File

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