Does anybody know how to modify the .spec file created with the Makespec.py of Pyinstaller such that it includes an image data in the _MEIPAS
.spec
Makespec.py
_MEIPAS
This line should be added between a = Analysis(...) and pyz = PYZ(a.pure) lines.
a = Analysis(...)
pyz = PYZ(a.pure)