Fixed an issue in the Mac part of the install script.

Sun, 23 Oct 2011 14:24:19 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 23 Oct 2011 14:24:19 +0200
changeset 1389
adff719fe44c
parent 1388
deb3a1940126
child 1390
f4a7915db1e6

Fixed an issue in the Mac part of the install script.

install.py file | annotate | diff | comparison | revisions
--- a/install.py	Sun Oct 23 14:19:31 2011 +0200
+++ b/install.py	Sun Oct 23 14:24:19 2011 +0200
@@ -545,7 +545,7 @@
     os.mkdir(dirs["exe"])
     os.mkdir(dirs["icns"])
     shutil.copy(os.path.join(cfg['bindir'], "eric5"), dirs["exe"])
-    shutil.copy(os.path.join(sourceDir, "pixmaps", "eric_1.icns"),
+    shutil.copy(os.path.join(sourceDir, "pixmaps", "eric_2.icns"),
                 os.path.join(dirs["icns"], "eric.icns"))
     f = open(os.path.join(dirs["contents"], "Info.plist"), "w", encoding="utf-8")
     f.write(\

eric ide

mercurial