Create zips and tarballs

This commit is contained in:
Pedro 2015-03-05 22:20:46 +00:00
parent ae49dab6e7
commit 648b20e622

View file

@ -174,9 +174,9 @@ endif ()
### Create deb and RPM ### Create deb and RPM
########################################################## ##########################################################
IF(WIN32) IF(WIN32)
set(CPACK_GENERATOR "NSIS;ZIP") set(CPACK_GENERATOR "ZIP;NSIS")
else(WIN32) else(WIN32)
set(CPACK_GENERATOR "DEB;RPM") set(CPACK_GENERATOR "TGZ;DEB;RPM")
endif(WIN32) endif(WIN32)
set(CPACK_PACKAGE_VENDOR "HTML Tidy Advocacy Community Group") set(CPACK_PACKAGE_VENDOR "HTML Tidy Advocacy Community Group")