mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-02 18:19:30 +01:00
12 lines
186 B
Bash
Executable File
12 lines
186 B
Bash
Executable File
#!/bin/sh -ve
|
|
flutter channel dev
|
|
flutter upgrade
|
|
flutter config --enable-macos-desktop
|
|
flutter clean
|
|
flutter pub get
|
|
cd macos
|
|
pod install
|
|
pod update
|
|
cd ..
|
|
flutter build macos --release
|