[Greater-commits] r3790 - trunk/packaging
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Oct 6 15:26:07 CEST 2011
Author: aheinecke
Date: 2011-10-06 15:26:05 +0200 (Thu, 06 Oct 2011)
New Revision: 3790
Modified:
trunk/packaging/greater-installer.nsi
Log:
Fix shortcuts for greater-cefic
Modified: trunk/packaging/greater-installer.nsi
===================================================================
--- trunk/packaging/greater-installer.nsi 2011-10-06 13:24:12 UTC (rev 3789)
+++ trunk/packaging/greater-installer.nsi 2011-10-06 13:26:05 UTC (rev 3790)
@@ -318,8 +318,8 @@
# Create new Start menu entries
CreateDirectory "$SMPROGRAMS\${productname}"
CreateShortCut "$SMPROGRAMS\${productname}\${productname_short}.lnk" \
- "$INSTDIR\python\pythonw.exe" '"$INSTDIR\GREAT-ER\${executable}" greater/greater at greater' \
- "$INSTDIR\GREAT-ER\Resources\greater2.ico"
+ "$INSTDIR\python\pythonw.exe" '"$INSTDIR\GREAT-ER-CEFIC\${executable}" greater/greater at greater' \
+ "$INSTDIR\GREAT-ER-CEFIC\Resources\greater2.ico"
no_start_menu:
# ** Desktop Icon **
@@ -331,8 +331,8 @@
IntCmp $R0 0 no_desktop
# Create new Desktop link
CreateShortCut "$DESKTOP\${productname_short}.lnk" \
- "$INSTDIR\python\pythonw.exe" '"$INSTDIR\GREAT-ER\${executable}" greater/greater at greater' \
- "$INSTDIR\GREAT-ER\Resources\greater2.ico"
+ "$INSTDIR\python\pythonw.exe" '"$INSTDIR\GREAT-ER-CEFIC\${executable}" greater/greater at greater' \
+ "$INSTDIR\GREAT-ER-CEFIC\Resources\greater2.ico"
no_desktop:
Return
More information about the Greater-commits
mailing list