fix windows
This commit is contained in:
parent
82195f4dc5
commit
14bd9ff937
3 changed files with 18 additions and 24 deletions
5
scripts/build-windows.ps1
Normal file
5
scripts/build-windows.ps1
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
flutter doctor
|
||||
flutter config --enable-windows-desktop
|
||||
flutter clean
|
||||
flutter pub get
|
||||
flutter build windows --release -v
|
||||
3
scripts/prepare-windows.ps1
Normal file
3
scripts/prepare-windows.ps1
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
choco install flutter -y
|
||||
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
|
||||
refreshenv
|
||||
Loading…
Add table
Add a link
Reference in a new issue