79803782

Date: 2025-10-29 12:29:38
Score: 0.5
Natty:
Report link

There is actually a way to achieve this. In cases such that you are packaging multiple executable in a single package, this option will be helpful. I've verified this with pyinstaller==6.15.0

exe = EXE(....,
          ....,
          contents_directory='_new_internal'
      )
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Parth Bhuva