[Commits] (bear) Added references to the new chandler.ico file
commits at osafoundation.org
commits at osafoundation.org
Wed Apr 6 21:04:23 PDT 2005
Commit by: bear
Modified files:
internal/installers/win/chandler.nsi 1.11 1.12
Log message:
Added references to the new chandler.ico file
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.11&r2=text&tr2=1.12
Index: internal/installers/win/chandler.nsi
diff -u internal/installers/win/chandler.nsi:1.11 internal/installers/win/chandler.nsi:1.12
--- internal/installers/win/chandler.nsi:1.11 Wed Mar 16 10:49:21 2005
+++ internal/installers/win/chandler.nsi Wed Apr 6 21:04:21 2005
@@ -1,5 +1,5 @@
-; $Revision: 1.11 $
-; $Date: 2005/03/16 18:49:21 $
+; $Revision: 1.12 $
+; $Date: 2005/04/07 04:04:21 $
; Copyright (c) 2004,2005 Open Source Applications Founation
; http://osafoundation.org/Chandler_0.1_license_terms.htm
@@ -86,8 +86,8 @@
File /r "..\..\..\${DISTRIB_DIR}\tools"
CreateDirectory "$SMPROGRAMS\Chandler"
- CreateShortCut "$SMPROGRAMS\Chandler\Chandler.lnk" "$INSTDIR\${PRODUCT_BINARY}" ; "" "path\to\foo.ico"
- CreateShortCut "$DESKTOP\Chandler.lnk" "$INSTDIR\${PRODUCT_BINARY}" ; "" "path\to\foo.ico"
+ CreateShortCut "$SMPROGRAMS\Chandler\Chandler.lnk" "$INSTDIR\${PRODUCT_BINARY}" "" "$SMPROGRAMS\chandler.ico"
+ CreateShortCut "$DESKTOP\Chandler.lnk" "$INSTDIR\${PRODUCT_BINARY}" "" "$SMPROGRAMS\chandler.ico"
SectionEnd
; create the uninstall shortcut - done here so that it will only
More information about the Commits
mailing list