mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 13:56:25 +00:00
feat(linphone_package): use NSIS generator by default
This commit is contained in:
parent
d0b2113ddb
commit
ddc683d7de
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ if (APPLE)
|
|||
endif ()
|
||||
|
||||
if (WIN32)
|
||||
set(CPACK_GENERATOR "WIX")
|
||||
set(CPACK_GENERATOR "NSIS")
|
||||
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${LINPHONE_GIT_REVISION}-win32")
|
||||
|
||||
string(COMPARE EQUAL ${CPACK_GENERATOR} "NSIS" IS_NSIS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue