Skip to content

Commit

Permalink
Windows|Installer: Additionally create a ZIP with Windows binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 11, 2016
1 parent d5c3b81 commit 38e30a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/cmake/Packaging.cmake
Expand Up @@ -50,7 +50,7 @@ elseif (UNIX)
set (CPACK_PROJECT_CONFIG_FILE ${CMAKE_CURRENT_LIST_DIR}/PackagingUnix.cmake)
else ()
set (CPACK_PACKAGE_NAME "Doomsday ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set (CPACK_GENERATOR WIX)
set (CPACK_GENERATOR WIX;ZIP)
set (CPACK_PROJECT_CONFIG_FILE ${CMAKE_CURRENT_LIST_DIR}/WIX.cmake)
endif ()

Expand Down

0 comments on commit 38e30a0

Please sign in to comment.