From 5d0420a7d020f3a4b457064ab5a345628e3f269e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 21 Nov 2024 02:09:18 -0500 Subject: [PATCH] Add nsProcess NSIS plugin to check_requirements --- app/scripts/check_requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/check_requirements b/app/scripts/check_requirements index a42c67548e..570cd41cfe 100755 --- a/app/scripts/check_requirements +++ b/app/scripts/check_requirements @@ -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: "