You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a version number with less than 4 point separated digits is used no error is reported, but the pyinstaller fails because of that.
Proposal: Either warn the user,
or
fill up the missing places with 0(s)
The text was updated successfully, but these errors were encountered:
Thank you for reporting this.
I agree, pyinstaller-versionfile should try to only create output which can be interpreted by PyInstaller.
Since version numbers with less than 4 places are very common I will go for your second suggestion and fill it up with zeros.
When a version number with less than 4 point separated digits is used no error is reported, but the pyinstaller fails because of that.
Proposal:
Either warn the user,
or
fill up the missing places with 0(s)
The text was updated successfully, but these errors were encountered: