scripts/create_windows_links.py

branch
eric7
changeset 10518
1682f3203ae5
parent 10439
21c28b0f9e41
child 10689
3ede487187f2
--- a/scripts/create_windows_links.py	Sun Jan 21 13:00:42 2024 +0100
+++ b/scripts/create_windows_links.py	Sun Jan 21 15:38:51 2024 +0100
@@ -129,6 +129,11 @@
             os.path.join(getConfig("ericPixDir"), "eric7.ico"),
         ),
         (
+            "eric7 MicroPython (Python {0}.{1}).lnk",
+            os.path.join(getConfig("bindir"), "eric7_mpy.cmd"),
+            os.path.join(getConfig("ericPixDir"), "ericMPy48.ico"),
+        ),
+        (
             "eric7 Browser (Python {0}.{1}).lnk",
             os.path.join(getConfig("bindir"), "eric7_browser.cmd"),
             os.path.join(getConfig("ericPixDir"), "ericWeb48.ico"),

eric ide

mercurial