Add nsProcess NSIS plugin to check_requirements

This commit is contained in:
Dan Stillman 2024-11-21 02:09:18 -05:00
parent e9f3d667b3
commit 5d0420a7d0

View file

@ -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: "