summaryrefslogtreecommitdiff
path: root/scripts/download_headless.py
AgeCommit message (Collapse)Author
2023-05-26Update download_headless.pyPeter LaFosse
Use f-string instead of .format
2023-05-26Addressing ↵Jonathan Prokos
https://github.com/Vector35/binaryninja-api/pull/4264#discussion_r1176920759
2023-05-26Adding returned error message when getting headless zip file to propagated ↵Jonathan Prokos
error message
2022-01-28Format All FilesKyleMiles
2021-02-21Fix download_headless --install option check.Brian Potchik
2020-10-08Add install option to download_headless scriptPeter LaFosse
2020-09-18Refactor download_headless.pyPeter LaFosse
- Support usage as a library - Optionally get license from a environment variable - Quiet output option
2020-08-26add download script for headless install bundles for better CI automationJordan Wiens