app/workspace.bat

9 lines
221 B
Batchfile
Raw Normal View History

2022-04-22 22:34:33 +02:00
@echo off
echo "=== WORKSPACE SCRIPT RUNNING ==="
mkdir nekoya_app
cd nekoya_app
2022-04-22 22:34:33 +02:00
git clone https://gitlab.com/nekoya/app.git .
flutter create .
flutter pub get
flutter pub run flutter_launcher_icons
2022-04-22 22:34:33 +02:00
echo "=== DONE :3 ==="