How to add Product Version greater than 4 integer value in exe files?

52 Views Asked by At

I am trying to add Product Version 2.1.1.122222 using nuitka command nuitka --standalone .\newpyte.py --product-name="pname" --company-name="cname" --product-version="2.1.1.122222".

but facing an error: FATAL: Error, product version must be a tuple of up to 4 integer values.

Is there any way to add Product Version greater than 5 integer for exe/dll files?

0

There are 0 best solutions below