app/workspace.sh

8 lines
230 B
Bash
Raw Normal View History

2022-04-22 22:35:55 +02:00
echo "=== WORKSPACE SCRIPT RUNNING ==="
mkdir nekoya_flutter
cd nekoya_flutter
git clone https://gitlab.com/nekoya/app.git .
flutter create .
flutter pub get
2022-04-24 11:18:20 +02:00
flutter pub run flutter_launcher_icons_maker:main
2022-04-22 22:35:55 +02:00
echo "=== DONE :3 ==="