Merge pull request #319 from eswald/releasing

Linux Release Improvements: package format.
develop
expwnent 2014-09-08 13:13:45 -04:00
commit 36a6e26e2f
2 changed files with 3 additions and 1 deletions

@ -182,7 +182,7 @@ IF(UNIX)
if(APPLE)
SET(CPACK_GENERATOR "ZIP")
else()
SET(CPACK_GENERATOR "TGZ")
SET(CPACK_GENERATOR "TBZ2")
endif()
ELSEIF(WIN32)
SET(CPACK_GENERATOR "ZIP")

2
build/.gitignore vendored

@ -1,2 +1,4 @@
VC2010
DF_PATH.txt
_CPack_Packages
*.tar.*