9 lines
No EOL
221 B
Batchfile
9 lines
No EOL
221 B
Batchfile
@echo off
|
|
echo "=== WORKSPACE SCRIPT RUNNING ==="
|
|
mkdir nekoya_app
|
|
cd nekoya_app
|
|
git clone https://gitlab.com/nekoya/app.git .
|
|
flutter create .
|
|
flutter pub get
|
|
flutter pub run flutter_launcher_icons
|
|
echo "=== DONE :3 ===" |