Unzipping using linux UI does not set executable bits required #2091
Answered
by
psifertex
BluePython339
asked this question in
General
|
Hey, the personal installation is erroring after I gave it my licence file.: error: system: |
Answered by
psifertex
Nov 4, 2020
Replies: 2 comments
|
Use the command-line to unzip the zip file. Unfortunately some GUI tools to unzip files on linux do not maintain the +x executable bit that several files need. Also, this really isn't a discussion but an issue, for future problems, file issues under https://github.com/vector35/binaryninja-api/issues |
0 replies
Answer selected by
psifertex
|
late to the party. I have fixed this recently. It is not really our fault -- I just made our zip archive more robust to the different ways to extract it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the command-line to unzip the zip file. Unfortunately some GUI tools to unzip files on linux do not maintain the +x executable bit that several files need.
Also, this really isn't a discussion but an issue, for future problems, file issues under https://github.com/vector35/binaryninja-api/issues