Skip to content

Commit

Permalink
Windows: Fix Desktop typo in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Oct 20, 2019
1 parent 7eee698 commit 8a1768a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/nsis/install.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ SectionGroupEnd

SectionGroup /e "Shortcuts" SectionGroupShortcuts

Section "Dektop Icon" SectionDesktopIcon
Section "Desktop Icon" SectionDesktopIcon
SectionIn 1 2

!insertmacro MULTIUSER_GetCurrentUserString $0
Expand Down
2 changes: 1 addition & 1 deletion misc/nsis/uninstall.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 8a1768a

Please sign in to comment.