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/751a858f-9f32-439f-914d-3cd65574a32en%40googlegroups.com.
