[Greater-commits] r3629 - trunk/packaging

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 21 10:52:39 CEST 2011


Author: aheinecke
Date: 2011-07-21 10:52:38 +0200 (Thu, 21 Jul 2011)
New Revision: 3629

Modified:
   trunk/packaging/makeinstaller.py
Log:
Use shorter product name


Modified: trunk/packaging/makeinstaller.py
===================================================================
--- trunk/packaging/makeinstaller.py	2011-07-20 15:06:15 UTC (rev 3628)
+++ trunk/packaging/makeinstaller.py	2011-07-21 08:52:38 UTC (rev 3629)
@@ -30,7 +30,7 @@
 INSTALLER_OPTIONS = {
         "executable" : os.path.join("GREAT-ER", "GREAT-ER.pyw"),
         "company" : "Intevation GmbH",
-        "productname" : "GREAT-ER III PGSQL",
+        "productname" : "GREAT-ER",
         "setupname" : "Greater-Installer",
         "license" : os.path.abspath(os.path.join("GREAT-ER", "COPYING")),
         "copyright" : "Copyright (c) %s Intevation GmbH" % time.strftime("%Y"),



More information about the Greater-commits mailing list