How did you create executable that is readable in Python?
Created by: chimd715
/bin/autojump
file is executable, but also readable file. It's in Python. I've used pyinstaller
and the executable file is not readable.
I am wondering how did you create executable that is readable in Python.
I would really appreciate your answer. Thanks.