1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

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

View File

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