2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2024-12-23 14:02:34 +01:00
fluffychat/scripts/build-windows.ps1

8 lines
122 B
PowerShell
Raw Normal View History

2021-07-24 12:58:06 +02:00
flutter doctor
flutter config --enable-windows-desktop
flutter clean
flutter pub get
flutter build windows --release -v