[host] installer: clean up trailing whitespace

This commit is contained in:
Quantum 2021-12-25 03:07:09 -05:00 committed by Geoffrey McRae
parent b21d842f0e
commit d073f9969c

View File

@ -195,7 +195,6 @@ Section "-Hidden Start Menu" Section5
${If} $option_desktop == 1 ${If} $option_desktop == 1
CreateShortCut "$DESKTOP\Looking Glass (host).lnk" $INSTDIR\looking-glass-host.exe CreateShortCut "$DESKTOP\Looking Glass (host).lnk" $INSTDIR\looking-glass-host.exe
${EndIf} ${EndIf}
SectionEnd SectionEnd
Section "Uninstall" Section6 Section "Uninstall" Section6
@ -211,6 +210,7 @@ Section "Uninstall" Section6
Delete "$DESKTOP\Looking Glass (host).lnk" Delete "$DESKTOP\Looking Glass (host).lnk"
Delete "$INSTDIR\uninstaller.exe" Delete "$INSTDIR\uninstaller.exe"
Delete "$INSTDIR\looking-glass-host.exe" Delete "$INSTDIR\looking-glass-host.exe"
Delete "$INSTDIR\looking-glass-host.pdb"
Delete "$INSTDIR\LICENSE.txt" Delete "$INSTDIR\LICENSE.txt"
RMDir $INSTDIR RMDir $INSTDIR