Also install optional packages because maybe the one we need is optional?

This commit is contained in:
Marcel 2022-02-06 22:17:10 +00:00
parent a96da72ac5
commit 6720c4d9fb

View File

@ -1,4 +1,4 @@
choco install flutter -y
choco install visualstudio2019-workload-nativedesktop -y
choco install visualstudio2019-workload-nativedesktop --package-parameters "--includeOptional" -y
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
refreshenv