fluffychat/scripts/build-macos.sh
2021-03-04 12:45:15 +01:00

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