Skip to content

Commit

Permalink
Fix WIX packaging with beta builds
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Jan 31, 2019
1 parent 5a34f90 commit 42cfe01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 42cfe01

Please sign in to comment.