Replies: 1 comment
-
You would have to filter the entries of But if you are building an .app bundle, you might as well remove them manually in post-processing, and re-sign the bundle (that would probably be easier to experiment with, as well). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am developing a PySide6 application and use pyinstaller to package, I want to reduce the executable size, so I was looking for something to delete. And I found in my dist/_internal/PySide6/lib/ , there are many frameworks that i do not need actually, just like "/myproject/dist/dakar/_internal/PySide6/Qt/lib/QtPdf.framework", but I don't know how to exclude it.
I tried to use exclude in .spec, but it does not work. Need a help. Thanks
-- my spec file.
Beta Was this translation helpful? Give feedback.
All reactions