Windows: Fix Desktop typo in installer
This commit is contained in:
parent
7eee698453
commit
8a1768a41a
|
|
@ -384,7 +384,7 @@ SectionGroupEnd
|
|||
|
||||
SectionGroup /e "Shortcuts" SectionGroupShortcuts
|
||||
|
||||
Section "Dektop Icon" SectionDesktopIcon
|
||||
Section "Desktop Icon" SectionDesktopIcon
|
||||
SectionIn 1 2
|
||||
|
||||
!insertmacro MULTIUSER_GetCurrentUserString $0
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ Section "un.Program Files" SectionUninstallProgram
|
|||
; Try to delete the EXE as the first step - if it's in use, don't remove anything else
|
||||
!insertmacro DeleteRetryAbort "$INSTDIR\${PROGEXE}"
|
||||
|
||||
; Clean up "Dektop Icon"
|
||||
; Clean up "Desktop Icon"
|
||||
!insertmacro MULTIUSER_GetCurrentUserString $0
|
||||
!insertmacro DeleteRetryAbort "$DESKTOP\${PRODUCT_NAME}$0.lnk"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue