Missing colon
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2155 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
82c57f2fb6
commit
ed873cb21c
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ Example:
|
|||
\c Function .onVerifyInstDir
|
||||
\c IfFileExists $INSTDIR\Winamp.exe PathGood
|
||||
\c Abort ; if $INSTDIR is not a winamp directory, don't let us install there
|
||||
\c PathGood
|
||||
\c PathGood:
|
||||
\c FunctionEnd
|
||||
|
||||
\S2{uninstcallbacks} Uninstall Callbacks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue