src/eric7/eric7_post_install.py

branch
eric7
changeset 9381
3c9192161833
parent 9380
3d662dda80e8
child 9473
3f23dbf37dbe
--- a/src/eric7/eric7_post_install.py	Sun Oct 02 14:18:49 2022 +0200
+++ b/src/eric7/eric7_post_install.py	Sun Oct 02 14:46:21 2022 +0200
@@ -187,7 +187,7 @@
         "ericWeb.png",
     )
 
-    for desktop in ["eric7.desktop", "eric7_browser.desktop"]:
+    for desktop in ["eric7_ide.desktop", "eric7_browser.desktop"]:
         copyDesktopFile(
             os.path.join(linuxDir, desktop),
             os.path.join(dstDir, "applications"),

eric ide

mercurial