diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-05-09 01:04:19 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-05-09 01:04:19 -0400 |
| commit | 2ac718fbd3574561f245bd42e5b0ffd77380937c (patch) | |
| tree | 2e6933ee0cc1b521717034388174d490fabb48c1 /scripts | |
| parent | 82a6cb68019f11b9d2b317eea948fd7402126890 (diff) | |
warning for older pth files not including ui paths and install script now updates if ui is missing as well
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/install_api.py | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
