mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Launch application after installation on Windows.
This commit is contained in:
parent
1f1651d49e
commit
e1c23d0a25
1 changed files with 1 additions and 0 deletions
|
|
@ -320,6 +320,7 @@ if(WIN32)
|
|||
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${LINPHONE_GIT_REVISION}-win32")
|
||||
set(CPACK_NSIS_MUI_ICON "${LINPHONE_DESKTOP_DIR}/linphone.ico")
|
||||
set(CPACK_NSIS_MUI_UNIICON "${LINPHONE_DESKTOP_DIR}/linphone.ico")
|
||||
set(CPACK_NSIS_MUI_FINISHPAGE_RUN "linphone")
|
||||
set(CPACK_NSIS_DISPLAY_NAME "Linphone")
|
||||
set(CPACK_NSIS_PACKAGE_NAME "Linphone ${LINPHONE_MAJOR_VERSION}.${LINPHONE_MINOR_VERSION}.${LINPHONE_MICRO_VERSION}")
|
||||
set(CPACK_NSIS_URL_INFO_ABOUT "http://www.linphone.org/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue