scripts/create_windows_links.py

branch
eric7
changeset 10372
1444b4bee64b
parent 10065
de4ae767b0e3
child 10417
c6011e501282
diff -r 1f54843e8152 -r 1444b4bee64b scripts/create_windows_links.py
--- a/scripts/create_windows_links.py	Sun Dec 03 16:32:00 2023 +0100
+++ b/scripts/create_windows_links.py	Sun Dec 03 16:44:52 2023 +0100
@@ -28,8 +28,7 @@
     """
     if sys.platform.startswith(("win", "cygwin")):
         regPath = (
-            "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer"
-            + "\\User Shell Folders"
+            "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders"
         )
 
         # 1. create desktop shortcuts

eric ide

mercurial