mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 16:46:28 +00:00
[Host] Correct installer and shortcut names
This commit is contained in:
parent
e2f2437ef4
commit
c119b3dcca
@ -26,7 +26,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
|
|
||||||
;Settings
|
;Settings
|
||||||
Name "Looking Glass Host"
|
Name "Looking Glass Host"
|
||||||
OutFile "..\build\Looking-Glass-Host-Setup.exe"
|
OutFile "..\build\looking-glass-host-setup.exe"
|
||||||
Unicode true
|
Unicode true
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
ShowInstDetails "show"
|
ShowInstDetails "show"
|
||||||
@ -148,11 +148,11 @@ Section "-Hidden Start Menu" Section5
|
|||||||
SetShellVarContext all
|
SetShellVarContext all
|
||||||
|
|
||||||
${If} $option_startMenu == 1
|
${If} $option_startMenu == 1
|
||||||
CreateShortCut $SMPROGRAMS\Looking-Glass-Host.lnk $INSTDIR\looking-glass-host.exe
|
CreateShortCut $SMPROGRAMS\Looking Glass (host).lnk $INSTDIR\looking-glass-host.exe
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
${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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user