- Notifications
You must be signed in to change notification settings - Fork914
feat: include winres metadata in Windows binaries#16706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Adds information like product/file version, description, product nameand copyright to compiled Windows binaries in dogfood and releasebuilds.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Seems to work in the build job |
Tested in the release job and it seems to work. Unfortunately I can't really test whether the binaries will have |
64fec8b
intomainUh oh!
There was an error while loading.Please reload this page.
/cherry-pick release/2.20 |
1 similar comment
/cherry-pick release/2.20 |
Uh oh!
There was an error while loading.Please reload this page.
Adds information like product/file version, description, product name and copyright to compiled Windows binaries in dogfood and release builds. Also adds an icon to the executable.
This is necessary for Coder Desktop to be able to check the version on binaries.
Before:
After:
Closes#16693