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
The problem is easier than you can imagine
try this: --add-data="path/to/folder/*;."
--add-data="path/to/folder/*;."
hope it helps !!!