ReFirmLabs / binwalk

Firmware Analysis Tool
MIT License
10.77k stars 1.54k forks source link

Use entry_points to allow install as exe in windows. #581

Closed puppywang closed 1 week ago

puppywang commented 2 years ago

Windows don't support shebang, so setuptool will build python script into exe on windows if we use entry_points to specify the entry script, please kindly accept this, thanks.

akx commented 2 years ago

I've already tried getting this in in #454... 😕