app/workspace.sh
2022-04-24 16:18:20 +07:00

8 lines
No EOL
230 B
Bash

echo "=== WORKSPACE SCRIPT RUNNING ==="
mkdir nekoya_flutter
cd nekoya_flutter
git clone https://gitlab.com/nekoya/app.git .
flutter create .
flutter pub get
flutter pub run flutter_launcher_icons_maker:main
echo "=== DONE :3 ==="