Update scripts/build-linux.sh

This commit is contained in:
Krille Fear 2021-02-01 21:18:50 +00:00
parent 408c8109f9
commit beb226d916
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
#!/bin/sh -ve
flutter channel dev
flutter channel master
flutter upgrade
flutter config --enable-linux-desktop
echo "dependency_overrides:\n intl: 0.17.0-nullsafety.2" >> pubspec.yaml
flutter clean
flutter pub get
flutter build linux --release -v