mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-01 01:29:28 +01:00
6 lines
115 B
Bash
Executable File
6 lines
115 B
Bash
Executable File
#!/bin/sh -ve
|
|
flutter config --enable-linux-desktop
|
|
flutter clean
|
|
flutter pub get
|
|
flutter build linux --release -v
|