Skip to content

Added More Pyinstaller Options

Compare
Choose a tag to compare
@sayyid5416 sayyid5416 released this 06 Aug 10:41
· 14 commits to main since this release
454cc5f

What's Changed

Added support for more Pyinstaller options when using .py file type: #9

  • --add-data <SRC;DEST or SRC:DEST>,
  • --add-binary <SRC;DEST or SRC:DEST>,
  • --collect-data <MODULENAME>,
  • --collect-all <MODULENAME>

Full Changelog: v1.2.1...v1.3.0