[Commits] (bear) tweaked icon file placement - this puts the icon
in a more friendly location
commits at osafoundation.org
commits at osafoundation.org
Wed Apr 6 21:24:48 PDT 2005
Commit by: bear
Modified files:
internal/installers/win/chandler.nsi 1.12 1.13
Log message:
tweaked icon file placement - this puts the icon in a more friendly location
bug 2612
Bugzilla links:
http://bugzilla.osafoundation.org/show_bug.cgi?id=2612
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/installers/win/chandler.nsi.diff?r1=text&tr1=1.12&r2=text&tr2=1.13
Index: internal/installers/win/chandler.nsi
diff -u internal/installers/win/chandler.nsi:1.12 internal/installers/win/chandler.nsi:1.13
--- internal/installers/win/chandler.nsi:1.12 Wed Apr 6 21:04:21 2005
+++ internal/installers/win/chandler.nsi Wed Apr 6 21:24:46 2005
@@ -1,5 +1,5 @@
-; $Revision: 1.12 $
-; $Date: 2005/04/07 04:04:21 $
+; $Revision: 1.13 $
+; $Date: 2005/04/07 04:24:46 $
; Copyright (c) 2004,2005 Open Source Applications Founation
; http://osafoundation.org/Chandler_0.1_license_terms.htm
@@ -70,6 +70,7 @@
File "..\..\..\${DISTRIB_DIR}\${PRODUCT_BINARY}"
File "..\..\..\${DISTRIB_DIR}\LICENSE.txt"
File "..\..\..\${DISTRIB_DIR}\README.win.txt"
+ File "..\..\..\${DISTRIB_DIR}\chandler.ico"
; this could be handled completely by the above line
; if the /r option was used - I kept them as individual
@@ -86,8 +87,8 @@
File /r "..\..\..\${DISTRIB_DIR}\tools"
CreateDirectory "$SMPROGRAMS\Chandler"
- CreateShortCut "$SMPROGRAMS\Chandler\Chandler.lnk" "$INSTDIR\${PRODUCT_BINARY}" "" "$SMPROGRAMS\chandler.ico"
- CreateShortCut "$DESKTOP\Chandler.lnk" "$INSTDIR\${PRODUCT_BINARY}" "" "$SMPROGRAMS\chandler.ico"
+ CreateShortCut "$SMPROGRAMS\Chandler\Chandler.lnk" "$INSTDIR\${PRODUCT_BINARY}" "" "$INSTDIR\chandler.ico"
+ CreateShortCut "$DESKTOP\Chandler.lnk" "$INSTDIR\${PRODUCT_BINARY}" "" "$INSTDIR\chandler.ico"
SectionEnd
; create the uninstall shortcut - done here so that it will only
More information about the Commits
mailing list