mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-08 13:09:30 +01:00
7 lines
157 B
Bash
Executable File
7 lines
157 B
Bash
Executable File
#!/bin/sh -ve
|
|
flutter channel master && flutter upgrade
|
|
flutter config --enable-linux-desktop
|
|
flutter clean
|
|
flutter pub get
|
|
flutter build linux --release -v
|