2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-03-05 23:20:40 +01:00
fluffychat/scripts/build-windows.ps1

8 lines
122 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