Skip to content

Commit 648b20e

Browse files
committed
Create zips and tarballs
1 parent ae49dab commit 648b20e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ endif ()
174174
### Create deb and RPM
175175
##########################################################
176176
IF(WIN32)
177-
set(CPACK_GENERATOR "NSIS;ZIP")
177+
set(CPACK_GENERATOR "ZIP;NSIS")
178178
else(WIN32)
179-
set(CPACK_GENERATOR "DEB;RPM")
179+
set(CPACK_GENERATOR "TGZ;DEB;RPM")
180180
endif(WIN32)
181181

182182
set(CPACK_PACKAGE_VENDOR "HTML Tidy Advocacy Community Group")

0 commit comments

Comments
 (0)