fluffychat/scripts/build-macos.sh

10 lines
150 B
Bash
Raw Normal View History

2020-12-08 14:46:47 +00:00
#!/bin/sh -ve
2020-11-21 10:36:13 +00:00
flutter config --enable-macos-desktop
flutter clean
flutter pub get
cd macos
pod install
pod update
cd ..
2020-12-08 14:46:47 +00:00
flutter build macos --release