Thank you! On Monday, August 21, 2023 at 12:44:47 AM UTC-7 bwoodsend wrote:
> If you want to add a directory, you don’t want wildcards. Wildcards add > the contents of a directory but not the directory itself. Just --add-data > program/config:config gives me the following which I’m guessing is what > you want? > _MEI.../ ├── base_library.zip ├── config │ ├── development │ │ └── config > │ │ ├── file1 │ │ └── file2 │ ├── file1 │ └── file2 ├── the usual generic > stuff > > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/471e7261-5638-4be5-a6e1-5eb5973fca1dn%40googlegroups.com.
