mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-08 15:49:38 -04:00
Fix WIX packaging with beta builds
This commit is contained in:
parent
5a34f90319
commit
42cfe01ad2
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ if(MINGW)
|
|||
"${CMAKE_SOURCE_DIR}/LICENSE.GPL-2"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/INSTALLER_LICENSE.txt")
|
||||
|
||||
string(REGEX REPLACE "-snapshot$" "" KEEPASSXC_VERSION_CLEAN ${KEEPASSXC_VERSION})
|
||||
string(REGEX REPLACE "-.*$" "" KEEPASSXC_VERSION_CLEAN ${KEEPASSXC_VERSION})
|
||||
|
||||
set(CPACK_GENERATOR "ZIP;WIX")
|
||||
set(CPACK_STRIP_FILES OFF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue