[Windows OS] Include Microsoft Game Development Kit (GDK) to image (#4097)

This commit is contained in:
Maksim Shilov
2021-09-20 13:06:52 +03:00
committed by GitHub
parent 9fe940e8a3
commit ebedfbc739
5 changed files with 38 additions and 0 deletions

View File

@@ -123,6 +123,11 @@ $toolsList = @(
(Get-ZstdVersion),
(Get-YAMLLintVersion)
)
if (Test-IsWin19) {
$toolsList += @(
(Get-GDKVersion)
)
}
if ((Test-IsWin16) -or (Test-IsWin19)) {
$toolsList += @(
(Get-NSISVersion),