0

I created a simple Python program and compiled it using PyInstaller.

But when I see the details of the generated .exe file, it has no information in it. (I didn't add any information because I don't know to do it.)

This is the details tab of that exe file:

details of exe file

How to add details to exe file when compile python script using pyinstaller ?

  • Not sure if you can. There seems to be a way to set the version information but not the copyright field. See https://stackoverflow.com/questions/15879713/pyinstaller-2-0-how-to-add-descriptions-for-a-windows-exe-file – scotty3785 Nov 29 '21 at 16:24

0 Answers0