Skip to content
Snippets Groups Projects
Commit 55920b04 authored by Jan Möbius's avatar Jan Möbius
Browse files

Dennis:

Create-correct-link-to-OpenFlipper.exe



git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@6313 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 644c2ccc
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,13 @@ if (WIN32)
# TODO: fillme
# set (CPACK_NSIS_CONTACT "")
set (CPACK_NSIS_CREATE_ICONS
"CreateShortCut \\\"$SMPROGRAMS\\\\$STARTMENU_FOLDER\\\\OpenFlipper.lnk\\\" \\\"$INSTDIR\\\\OpenFlipper.exe\\\""
)
set (CPACK_NSIS_DELETE_ICONS
"Delete \\\"$SMPROGRAMS\\\\$MUI_TEMP\\\\OpenFlipper.lnk\\\""
)
# append dll's to installed package
if (EXISTS ${CMAKE_SOURCE_DIR}/WIN)
file (GLOB _files "${CMAKE_SOURCE_DIR}/WIN/DLLs/DLLs 32 debug/*.dll")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment