mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-01 01:29:28 +01:00
10 lines
150 B
Bash
Executable File
10 lines
150 B
Bash
Executable File
#!/bin/sh -ve
|
|
flutter config --enable-macos-desktop
|
|
flutter clean
|
|
flutter pub get
|
|
cd macos
|
|
pod install
|
|
pod update
|
|
cd ..
|
|
flutter build macos --release
|