fix windows

This commit is contained in:
Raatty 2021-07-24 22:58:06 +12:00
commit 14bd9ff937
3 changed files with 18 additions and 24 deletions

View file

@ -0,0 +1,5 @@
flutter doctor
flutter config --enable-windows-desktop
flutter clean
flutter pub get
flutter build windows --release -v

View file

@ -0,0 +1,3 @@
choco install flutter -y
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
refreshenv