How to create patches to ship with cx_Freeze build? #1127
Unanswered
princethewinner
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Friends,
I have created an application in python and created its exe using cx_Freexe. We get a lot of change requests on our module from customers. So far, we are sharing the built exe and lib folder as patches for change requests. We have also attempted to share the exe, updated folder, and library.zip file also. But it seems to break the software unless the whole lib folder is updated. (lib folder is around 400MB, which is too big to share for frequent change requests.)
Is there any way to this so that only necessary files are shared as part of the patch?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions