Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-desktop
Commits
e1c23d0a
Commit
e1c23d0a
authored
May 18, 2017
by
Ghislain MARY
Browse files
Launch application after installation on Windows.
parent
1f1651d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
cmake_builder/linphone_package/CMakeLists.txt
cmake_builder/linphone_package/CMakeLists.txt
+1
-0
No files found.
cmake_builder/linphone_package/CMakeLists.txt
View file @
e1c23d0a
...
...
@@ -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/"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment