Corrected the uninstallation script for Windows. eric7

Sat, 06 Apr 2024 12:50:04 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 06 Apr 2024 12:50:04 +0200
branch
eric7
changeset 10667
a82709c26b19
parent 10666
62bd82ee4b7d
child 10668
2be6fadcac40

Corrected the uninstallation script for Windows.

scripts/uninstall.py file | annotate | diff | comparison | revisions
--- a/scripts/uninstall.py	Thu Apr 04 11:15:31 2024 +0200
+++ b/scripts/uninstall.py	Sat Apr 06 12:50:04 2024 +0200
@@ -463,6 +463,7 @@
     linkTemplates = [
         "eric7 IDE (Python {0}.{1}).lnk",
         "eric7 Browser (Python {0}.{1}).lnk",
+        "eric7 MicroPython (Python {0}.{1}).lnk",
         # obsolete entries below
         "eric7 (Python {0}.{1}).lnk",
     ]

eric ide

mercurial