mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-01 01:29:28 +01:00
6 lines
151 B
Bash
Executable File
6 lines
151 B
Bash
Executable File
#!/usr/bin/env bash
|
|
flutter pub get
|
|
flutter build apk --release
|
|
mkdir -p build/android
|
|
cp build/app/outputs/apk/release/app-release.apk build/android/
|