fluffychat/scripts/prepare-windows.ps1

5 lines
204 B
PowerShell
Raw Normal View History

2021-07-24 12:58:06 +02:00
choco install flutter -y
choco install visualstudio2019-workload-nativedesktop --package-parameters "--includeOptional" -y
2021-07-24 12:58:06 +02:00
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
refreshenv