Fixed an issue in the install script causing a wrong application name on Mac.

Sat, 19 Jul 2014 13:56:43 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 19 Jul 2014 13:56:43 +0200
changeset 3705
a88eb398a4ed
parent 3703
92ebf7ca99fb
child 3708
4fbb91fb6a31

Fixed an issue in the install script causing a wrong application name on Mac.

install.py file | annotate | diff | comparison | revisions
--- a/install.py	Sun Jul 13 18:47:07 2014 +0200
+++ b/install.py	Sat Jul 19 13:56:43 2014 +0200
@@ -389,7 +389,7 @@
     """
     Uninstall the old eric files.
     """
-    global macAppBundleName, macAppBundlePath, platBinDir, includePythonVariant
+    global platBinDir, includePythonVariant
     
     try:
         from eric6config import getConfig

eric ide

mercurial