mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-06-26 06:39:50 +00:00
[host] installer: clean up trailing whitespace
This commit is contained in:
parent
b21d842f0e
commit
d073f9969c
@ -98,7 +98,7 @@ Function .onInit
|
|||||||
StrCpy $option_noservice 0
|
StrCpy $option_noservice 0
|
||||||
|
|
||||||
Push $R0
|
Push $R0
|
||||||
|
|
||||||
${GetOptions} $cmdLineParams '/startmenu' $R0
|
${GetOptions} $cmdLineParams '/startmenu' $R0
|
||||||
IfErrors +2 0
|
IfErrors +2 0
|
||||||
StrCpy $option_startMenu 1
|
StrCpy $option_startMenu 1
|
||||||
@ -184,7 +184,7 @@ SectionEnd
|
|||||||
|
|
||||||
Section "-Hidden Start Menu" Section5
|
Section "-Hidden Start Menu" Section5
|
||||||
SetShellVarContext all
|
SetShellVarContext all
|
||||||
|
|
||||||
${If} $option_startMenu == 1
|
${If} $option_startMenu == 1
|
||||||
CreateDirectory "$APPDATA\Looking Glass (host)"
|
CreateDirectory "$APPDATA\Looking Glass (host)"
|
||||||
CreateDirectory "$SMPROGRAMS\Looking Glass (host)"
|
CreateDirectory "$SMPROGRAMS\Looking Glass (host)"
|
||||||
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user