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

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 19 Jul 2014 13:56:43 +0200
branch
5_5_x
changeset 3706
6265b4f8deb7
parent 3704
3b101bbeb2b1
child 3710
0060733678b0

Fixed an issue in the install script causing a wrong application name on Mac.
(grafted from a88eb398a4ed21d81a5afae31a94b0c87b28590e)

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
@@ -393,7 +393,7 @@
     """
     Uninstall the old eric files.
     """
-    global macAppBundleName, macAppBundlePath, platBinDir, includePythonVariant
+    global platBinDir, includePythonVariant
     
     try:
         from eric5config import getConfig

eric ide

mercurial