Utilities/Release: Add support for copying .msi files

This commit is contained in:
Brad King 2015-12-10 14:30:55 -05:00
parent 93936d78d2
commit a42bf6c5dd
1 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,9 @@ foreach(gen ${generators})
if("${gen}" STREQUAL "TZ")
set(SUFFIXES ${SUFFIXES} "*.tar.Z")
endif()
if("${gen}" STREQUAL "WIX")
set(SUFFIXES ${SUFFIXES} "*.msi")
endif()
if("${gen}" STREQUAL "ZIP")
set(SUFFIXES ${SUFFIXES} "*.zip")
endif()