mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 14:33:31 +02:00
forcing lzma compression on the package
This commit is contained in:
parent
5d316a9fd6
commit
6a5f3fa6c7
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue