Add image to .spec file in Pyinstaller

后端 未结 3 1275
[愿得一人]
[愿得一人] 2020-12-30 14:56

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

3条回答
  •  北海茫月
    2020-12-30 15:54

    This line should be added between a = Analysis(...) and pyz = PYZ(a.pure) lines.

提交回复
热议问题