Is it possible to code sign the package created using customtkinter with Auto-py-to-exe? #2326
Unanswered
DyNgPinasOfficial
asked this question in
Q&A
Replies: 1 comment
-
@DyNgPinasOfficial First you need to convert the app to exe, check this thread if you need help: #939 To sign an exe file you need an official code signing certificate. There are tool like microsoft signtool which can help you sign the executable with the certificate. I guess here you can find more information about this: https://stackoverflow.com/questions/252226/signing-a-windows-exe-file |
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 had created a desktop app with the UI is based on customtkinter and I want to do a code signing in order to indicate that the app was created by me.
Beta Was this translation helpful? Give feedback.
All reactions