install.py

changeset 6530
25b9dcfd6fcc
parent 6510
d8fd663f86ef
child 6592
bba271a63b81
--- a/install.py	Wed Oct 03 17:33:40 2018 +0200
+++ b/install.py	Wed Oct 03 17:37:40 2018 +0200
@@ -1116,7 +1116,7 @@
     # 1. create desktop shortcuts
     regName = "Desktop"
     desktopFolder = os.path.normpath(
-            os.path.expandvars(getWinregEntry(regName, regPath)))
+        os.path.expandvars(getWinregEntry(regName, regPath)))
     for linkName, targetPath, iconPath in windowsDesktopEntries():
         linkPath = os.path.join(desktopFolder, linkName)
         createWindowsShortcut(linkPath, targetPath, iconPath)

eric ide

mercurial