BenjaminRi / winresource

Create and set windows icons and metadata for executables with a rust build script
MIT License
48 stars 10 forks source link

File description is used like a program name in Windows #6

Open BenjaminRi opened 1 year ago

BenjaminRi commented 1 year ago

https://stackoverflow.com/questions/15495613/correct-usage-of-the-versioninfo-resource

Example error dialog

It is up for debate whether we should put the application name or the description (like I have done in 3cf2f6229950d3fc439b07ec6c6b4f4ffcb54d39) into that field . See also: https://github.com/mxre/winres/pull/43

zedseven commented 8 months ago

I think the application name should be used for FileDescription, since that property is what's used as the program name in Task Manager.

BenjaminRi commented 8 months ago

Yeah, it's weird when a sentence describing what the program does is inserted in places where you'd expect a name (as in the screenshot above). I should probably fix this and also redo the pictures in the README.md.