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
Follow up from #678.
cx_freeze doesn't allow us to set the file description, version, etc.
So we have to patch it up after it runs, before we package things.
The text was updated successfully, but these errors were encountered:
Done in r15919.
Bonus: the description is now more correct in the task manager.
FWIW, there are many other tools we could have used instead of verpatch, see How do I set the version information for an existing .exe, .dll? but most of them are awful, without source or just buggy.
It does require visual studio to build from source... PITA - I don't have time to port it to mingw.
Issue migrated from trac ticket # 1523
component: packaging | priority: major | resolution: fixed | keywords: win32
2017-05-22 16:15:37: antoine created the issue
The text was updated successfully, but these errors were encountered: