mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-08 21:19:32 +01:00
7 lines
155 B
Bash
Executable File
7 lines
155 B
Bash
Executable File
#!/bin/sh -ve
|
|
yes | flutter downgrade 1.26.0-12.0.pre
|
|
flutter config --enable-linux-desktop
|
|
flutter clean
|
|
flutter pub get
|
|
flutter build linux --release -v
|