Search code examples
pythonwindows-installerpyinstallersigntool

how to add Publisher Name in Pyinstaller exe file


I work on one project in that code in python script.py and with help of pyinstaller build exe file but issue is that I want to add publisher name in exe file. FREE

exe with publisher name

I browse on google but I do not get a solution.

  • i don't have a code sign certificate.
  • I don't have a signtool
  • i don't know how to connect a self sign certificate with an exe file.

Please guide me.


Solution

  • This link is Answer -> https://mmus.me/blog/certificates/

    Thank you for Your Time.