PLUGINSDIR unknown
I'm using the NSIS vpatch tool and getting the following warning when compiling my auto generated script:
unknown variable/constant "{PLUGINSDIR}" detected, ignoring (macro:VPatchFile:2)
unknown variable/constant "{PLUGINSDIR}" detected, ignoring (macro:VPatchFile:3)
unknown variable/constant "{PLUGINSDIR}" detected, ignoring (macro:VPatchFile:14)
The installer fails to function correctly as a result, saying it can't find certain files in the temp folder.
I checked the VPatchFile macro and it definitly has a InitPluginsDir line at the top. Does anyone know how this could be failing?