Add nsProcess NSIS plugin to check_requirements
This commit is contained in:
parent
e9f3d667b3
commit
5d0420a7d0
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ if [ $platform = "w" ]; then
|
|||
fi
|
||||
|
||||
plugin_path=$(cd "$NSIS_DIR\\Plugins\\x86-unicode" && pwd)
|
||||
plugins="AppAssocReg ApplicationID InvokeShellVerb ShellLink UAC"
|
||||
plugins="AppAssocReg ApplicationID InvokeShellVerb nsProcess ShellLink UAC"
|
||||
echo "Checking for NSIS plugins in $plugin_path"
|
||||
for i in $plugins; do
|
||||
echo -n " $i.dll: "
|
||||
|
|
Loading…
Add table
Reference in a new issue