Merge pull request #812 from lbarbisan-ullink/master

Update nsis to repsect silent mode #789
This commit is contained in:
risk danger olson 2015-11-03 09:17:48 -07:00
commit b0318b2535

@ -38,7 +38,8 @@ Function .onGUIInit
FunctionEnd
Function .onInstSuccess
MessageBox MB_OK "Open Git Bash and run 'git lfs init' to get started."
IfSilent +2
MessageBox MB_OK "Open Git Bash and run 'git lfs init' to get started."
FunctionEnd
Page license