[Greater-commits] r3809 - trunk/packaging

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Oct 13 20:57:45 CEST 2011


Author: aheinecke
Date: 2011-10-13 20:57:44 +0200 (Thu, 13 Oct 2011)
New Revision: 3809

Modified:
   trunk/packaging/greater-installer.nsi
Log:
Decide on how to write Preprocessing


Modified: trunk/packaging/greater-installer.nsi
===================================================================
--- trunk/packaging/greater-installer.nsi	2011-10-13 18:55:28 UTC (rev 3808)
+++ trunk/packaging/greater-installer.nsi	2011-10-13 18:57:44 UTC (rev 3809)
@@ -231,8 +231,8 @@
   CreateDirectory "$SMPROGRAMS\${productname}"
   CreateShortCut "$SMPROGRAMS\${productname}\Upload Catchment.lnk" \
                  "$INSTDIR\python\pythonw.exe" '"$INSTDIR\greater-pre-processing\upload-catchment.py"' \
-                 "$INSTDIR\greater-pre-processing\greater2.ico"
-  CreateShortCut "$SMPROGRAMS\${productname}\Catchment Pre Processing.lnk" \
+                 "$INSTDIR\greater-pre-processing\greater.ico"
+  CreateShortCut "$SMPROGRAMS\${productname}\Catchment Preprocessing.lnk" \
                  "$INSTDIR\python\pythonw.exe" '"$INSTDIR\greater-pre-processing\greater-pre-processing.py"' \
                  "$INSTDIR\greater-pre-processing\greater.ico"
   no_start_menu:



More information about the Greater-commits mailing list