diff --git a/scripts/prepare-windows.ps1 b/scripts/prepare-windows.ps1 index 7b749091..f403203e 100644 --- a/scripts/prepare-windows.ps1 +++ b/scripts/prepare-windows.ps1 @@ -1,3 +1,4 @@ choco install flutter -y +choco install visualstudio2019-workload-nativedesktop -y Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" -refreshenv \ No newline at end of file +refreshenv