install.py

changeset 1389
adff719fe44c
parent 1388
deb3a1940126
child 1390
f4a7915db1e6
diff -r deb3a1940126 -r adff719fe44c install.py
--- 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