export Copy getProgramFiles32bit.ps1

This commit is contained in:
Alexander Karatarakis 2017-04-26 14:37:54 -07:00
parent e51fa89c2c
commit c7e7b409d8

View File

@ -285,9 +285,9 @@ namespace vcpkg::Commands::Export
{ fs::path{ "scripts" } / "buildsystems" / "msbuild" / "vcpkg.targets" }, { fs::path{ "scripts" } / "buildsystems" / "msbuild" / "vcpkg.targets" },
{ fs::path{ "scripts" } / "buildsystems" / "vcpkg.cmake" }, { fs::path{ "scripts" } / "buildsystems" / "vcpkg.cmake" },
{ fs::path{ "scripts" } / "cmake" / "vcpkg_get_windows_sdk.cmake" }, { fs::path{ "scripts" } / "cmake" / "vcpkg_get_windows_sdk.cmake" },
{ fs::path{ "scripts" } / "cmake" / "vcpkg_get_windows_sdk.cmake" },
{ fs::path{ "scripts" } / "getWindowsSDK.ps1" }, { fs::path{ "scripts" } / "getWindowsSDK.ps1" },
{ fs::path{ "scripts" } / "getProgramFilesPlatformBitness.ps1" }, { fs::path{ "scripts" } / "getProgramFilesPlatformBitness.ps1" },
{ fs::path{ "scripts" } / "getProgramFiles32bit.ps1" },
}; };
for (const fs::path& file : integration_files_relative_to_root) for (const fs::path& file : integration_files_relative_to_root)