From 2ac718fbd3574561f245bd42e5b0ffd77380937c Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 9 May 2019 01:04:19 -0400 Subject: warning for older pth files not including ui paths and install script now updates if ui is missing as well --- scripts/install_api.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/install_api.py') diff --git a/scripts/install_api.py b/scripts/install_api.py index 83390ed9..30084e1b 100644 --- a/scripts/install_api.py +++ b/scripts/install_api.py @@ -22,6 +22,7 @@ if '-s' in sys.argv[1:]: try: import binaryninja + import binaryninjaui #To better detect if migrating from a version without UI plugin support print("Binary Ninja API already Installed") sys.exit(1) except ImportError: -- cgit v1.3.1