File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ New features:
9
9
10
10
Bug fixes:
11
11
12
+ * Fix GitHub Issue #175: Windows installer doesn't add shortcuts
13
+
12
14
* Fix image save when original image is missing
15
+
13
16
* Write images with same id only once
14
17
15
18
Other:
Original file line number Diff line number Diff line change @@ -32,6 +32,14 @@ function(setup_install_targets)
32
32
set (CPACK_NSIS_HELP_LINK http://juzzlin.github.io/Heimer/)
33
33
set (CPACK_NSIS_URL_INFO_ABOUT http://juzzlin.github.io/Heimer/)
34
34
35
+ set (CPACK_NSIS_CREATE_ICONS_EXTRA
36
+ "CreateShortCut '$SMPROGRAMS\\\\ $STARTMENU_FOLDER\\\\ ${BINARY_NAME} .lnk' '$INSTDIR\\\\ ${BINARY_NAME} .exe'"
37
+ )
38
+
39
+ set (CPACK_NSIS_DELETE_ICONS_EXTRA
40
+ "Delete '$SMPROGRAMS\\\\ $START_MENU\\\\ ${BINARY_NAME} .lnk'"
41
+ )
42
+
35
43
include (CPack)
36
44
37
45
endfunction ()
You can’t perform that action at this time.
0 commit comments