scripts/create_windows_links.py

branch
eric7
changeset 9406
e6db5614b97e
parent 9221
bf71ee032bb4
child 9448
ea215f7afab3
diff -r 99e65bd24e7d -r e6db5614b97e scripts/create_windows_links.py
--- a/scripts/create_windows_links.py	Fri Oct 14 17:02:09 2022 +0200
+++ b/scripts/create_windows_links.py	Mon Oct 17 07:44:55 2022 +0200
@@ -128,7 +128,7 @@
     entriesTemplates = [
         (
             "eric7 (Python {0}.{1}).lnk",
-            os.path.join(getConfig("bindir"), "eric7.cmd"),
+            os.path.join(getConfig("bindir"), "eric7_ide.cmd"),
             os.path.join(getConfig("ericPixDir"), "eric7.ico"),
         ),
         (
@@ -151,7 +151,7 @@
     @rtype str
     """
     majorVersion, minorVersion = sys.version_info[:2]
-    return "eric7 (Python {0}.{1})".format(majorVersion, minorVersion)
+    return "eric7 IDE (Python {0}.{1})".format(majorVersion, minorVersion)
 
 
 if __name__ == "__main__":

eric ide

mercurial