mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 04:34:38 +02:00
fix typo in NSIS variable
This commit is contained in:
parent
6daa34f164
commit
0d47e812c8
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ Function PostInstallOptionsPage
|
|||
IntOp $CurrentOffset $CurrentOffset + 15
|
||||
${EndIf}
|
||||
|
||||
${If} ${SectionIsSelected} ${@SEVER_COMPONENT_NAME@}
|
||||
${If} ${SectionIsSelected} ${@SERVER_COMPONENT_NAME@}
|
||||
${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity Server Console Now"
|
||||
${Else}
|
||||
${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity Now"
|
||||
|
|
Loading…
Reference in a new issue