Including a directory using Pyinstaller

前端 未结 5 907
轻奢々
轻奢々 2020-12-01 05:43

All of the documentation for Pyinstaller talks about including individual files. Is it possible to include a directory, or should I write a function to create the include ar

5条回答
  •  隐瞒了意图╮
    2020-12-01 06:18

    The problem is easier than you can imagine

    try this: --add-data="path/to/folder/*;."

    hope it helps !!!

提交回复
热议问题