Hello, I'm working on a new application that make use of kivy & kivymd. I'm running into issue with the packaging because Pyinstaller include the content of my "share" folder on Linux.
On Linux, the content of my /usr/share folder get copied into the build which make the final build what too big. I'm not trying to understand why the folder get collected by PyInstaller and how to identify which package required that folder and why it get include. I tried enabling debug log without any success. My Question: What is the best way to identify why a file is included by PyInstaller ? I'm using PyInstaller 5.13.2 (I tried with Pyinstaller 6.x.x and I have the same problem) Thanks -- 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/e3707ee0-a3e9-4816-a9e5-b8ba10505c63n%40googlegroups.com.
