--- 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)