Create zips and tarballs

This commit is contained in:
Pedro 2015-03-05 22:20:46 +00:00
parent ae49dab6e7
commit 648b20e622
1 changed files with 2 additions and 2 deletions

View File

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