From 6720c4d9fb973e211610310cf4f23333e0dc69c6 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 6 Feb 2022 22:17:10 +0000 Subject: [PATCH] Also install optional packages because maybe the one we need is optional? --- scripts/prepare-windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare-windows.ps1 b/scripts/prepare-windows.ps1 index f403203e..e814fed9 100644 --- a/scripts/prepare-windows.ps1 +++ b/scripts/prepare-windows.ps1 @@ -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