forcing lzma compression on the package

This commit is contained in:
amerhifi 2019-09-05 16:59:18 -07:00
parent 5d316a9fd6
commit 6a5f3fa6c7

View file

@ -220,7 +220,8 @@ cpackCommand = [
'cpack',
'-G', 'ZIP',
'-D', "CPACK_PACKAGE_FILE_NAME={}".format(archiveName),
'-D', "CPACK_INCLUDE_TOPLEVEL_DIRECTORY=OFF"
'-D', "CPACK_INCLUDE_TOPLEVEL_DIRECTORY=OFF",
'-D', "CPACK_RPM_COMPRESSION_TYPE=lzma"
]
print("Create ZIP version of installer archive")