Skip to content

Windows add version info#430

Open
drlsdee wants to merge 3 commits into
edenhill:masterfrom
drlsdee:windows_add_version_info
Open

Windows add version info#430
drlsdee wants to merge 3 commits into
edenhill:masterfrom
drlsdee:windows_add_version_info

Conversation

@drlsdee
Copy link
Copy Markdown

@drlsdee drlsdee commented May 15, 2023

Description

This PR resolves #429 and adds file version info and product version info to the compiled output executable for Windows

Added

  • win32/kcat.rc - contains file and product version info, product description and copyright info (from readme in the parent repository)
  • win32/resource.h - used by kcat.rc

Updated

  • win32/.gitignore - added *.aps
  • win32/kcat.vcxproj - added link to win32/kcat.rc

Notes

Version is bumped to 1.8.0.1

drlsdee added 3 commits April 19, 2023 12:30
Added .aps extension
Fixed *.aps extension
Added resource kcat.rc containing version info to include in the binary
Added resource.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Include version info in the binary file properties, at least for Windows builds.

1 participant