Sat, 19 Jul 2014 13:56:43 +0200
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