2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-02-22 01:00:41 +01:00
fluffychat/scripts/build-windows.ps1

5 lines
119 B
PowerShell
Raw Normal View History

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