scripts/install.py

branch
eric7
changeset 10372
1444b4bee64b
parent 10341
3fdffd9cc21d
child 10373
093dcebe5ecb
diff -r 1f54843e8152 -r 1444b4bee64b scripts/install.py
--- a/scripts/install.py	Sun Dec 03 16:32:00 2023 +0100
+++ b/scripts/install.py	Sun Dec 03 16:44:52 2023 +0100
@@ -623,8 +623,7 @@
     global doCleanDesktopLinks, forceCleanDesktopLinks
 
     regPath = (
-        "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer"
-        + "\\User Shell Folders"
+        "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders"
     )
 
     if doCleanDesktopLinks or forceCleanDesktopLinks:
@@ -1070,8 +1069,7 @@
         return
 
     regPath = (
-        "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer"
-        + "\\User Shell Folders"
+        "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders"
     )
 
     # 1. create desktop shortcuts

eric ide

mercurial