Browse Source

UI: Fix endif in installer

jp9000 8 years ago
parent
commit
005fd823cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UI/installer/mp-installer.nsi

+ 1 - 1
UI/installer/mp-installer.nsi

@@ -288,7 +288,7 @@ SectionGroup /e "Plugins" SecPlugins
 
 			File "intel_rs_sdk_runtime_websetup_10.0.26.0396.exe"
 			ExecWait '"$PLUGINSDIR\realsense\intel_rs_sdk_runtime_websetup_10.0.26.0396.exe" --finstall=personify --fnone=all'
-		{endif}
+		${endif}
 
 		SetOutPath "$INSTDIR\bin\32bit"
 	SectionEnd