AlessandroZ / LaZagne

Credentials recovery project
GNU Lesser General Public License v3.0
9.43k stars 2.02k forks source link

Include self contained portable binary #640

Closed ErezBinyamin closed 3 months ago

ErezBinyamin commented 5 months ago

It may be useful to include a fully self-contained portable binary release. I recently used pyinstaller -F --onefile ./laZagne to generate such a binary and have had good results.

AlessandroZ commented 3 months ago

Thank you for your message, I have added some information on the Readme of how to compile it. I will see how I will build it using the Github action. I'm thinking on using nuitka instead of pyinstaller.

ErezBinyamin commented 3 months ago

Including link to updated readme for those who reference this issue in the future