You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fluffychat/scripts/build-linux.sh

9 lines
228 B
Bash

4 years ago
#!/bin/sh -ve
flutter channel master
4 years ago
flutter upgrade
flutter config --enable-linux-desktop
echo "dependency_overrides:\n intl: 0.17.0-nullsafety.2" >> pubspec.yaml
4 years ago
flutter clean
flutter pub get
4 years ago
flutter build linux --release -v