Don't lock $PluginsDir with SetOutPath even if it is just an example

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6956 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2017-12-03 18:06:31 +00:00
parent 9229c5df18
commit 7cdc656628

View file

@ -566,8 +566,7 @@ end:
</pre></blockquote>
<blockquote><pre>
InitPluginsDir
SetOutPath $PLUGINSDIR
File MyDLL.dll
File "/oname=$PLUGINSDIR\MyDLL.dll" MyDLL.dll
System::<b>Call</b> "MyDLL::MyFunc(i 5) ? u"
Delete $PLUGINSDIR\MyDLL.dll
</pre></blockquote>