Don't generate .zip file on windows

This commit is contained in:
Jon Beniston 2023-09-24 20:26:22 +01:00
parent b267efaa7a
commit a563e8f220
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ elseif(WIN32 OR MINGW)
endforeach()
" COMPONENT Runtime)
list(APPEND CPACK_GENERATOR "ZIP;NSIS")
list(APPEND CPACK_GENERATOR "NSIS")
set(CPACK_MONOLITHIC_INSTALL ON)
set(CPACK_NSIS_HELP_LINK ${CPACK_PACKAGE_CONTACT})
set(CPACK_NSIS_URL_INFO_ABOUT ${CPACK_PACKAGE_CONTACT})