Revision: 77132
          http://sourceforge.net/p/brlcad/code/77132
Author:   starseeker
Date:     2020-09-13 17:24:05 +0000 (Sun, 13 Sep 2020)
Log Message:
-----------
Update the silent NSIS template to match the main version.

Modified Paths:
--------------
    brlcad/trunk/misc/CMake/NSIS_silent.template.in

Modified: brlcad/trunk/misc/CMake/NSIS_silent.template.in
===================================================================
--- brlcad/trunk/misc/CMake/NSIS_silent.template.in     2020-09-13 16:20:37 UTC 
(rev 77131)
+++ brlcad/trunk/misc/CMake/NSIS_silent.template.in     2020-09-13 17:24:05 UTC 
(rev 77132)
@@ -665,7 +665,7 @@
 !include LogicLib.nsh
 ; Create desktop icons
 Function installdesktopicons
-SetOutPath $INSTDIR
+SetOutPath $PROFILE
 CreateShortCut "$DESKTOP\Archer.lnk" "$INSTDIR\bin\archer.exe" "" 
"$INSTDIR\@CPACK_DATA_DIR@\icons\archer.ico" 0
 CreateShortCut "$DESKTOP\MGED.lnk" "$INSTDIR\bin\mged.exe" "" 
"$INSTDIR\@CPACK_DATA_DIR@\icons\brlcad.ico" 0
 CreateShortCut "$DESKTOP\RtWizard.lnk" "$INSTDIR\bin\rtwizard.exe" "" 
"$INSTDIR\@CPACK_DATA_DIR@\icons\brlcad.ico" 0
@@ -727,6 +727,7 @@
 
   ;Create shortcuts
   CreateDirectory "$SMPROGRAMS\$STARTMENU_FOLDER"
+  SetOutPath $PROFILE
 @CPACK_NSIS_CREATE_ICONS@
 @CPACK_NSIS_CREATE_ICONS_EXTRA@
   CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Archer.lnk" 
"$INSTDIR\bin\archer.exe" "" "$INSTDIR\@CPACK_DATA_DIR@\icons\archer.ico" 0

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to