feat(windows): apply review suggestions

Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
rc-swag 2025-11-26 21:38:35 +10:00 committed by GitHub
parent 4c4b0be456
commit 9e7fe64f67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -21,7 +21,9 @@ Message library for Windows events.
## keymanhp - keymanhp.x64.exe | keymanhp.arm64.exe
64-bit versions of keyman.exe. All UI is in keyman.exe, so this is a thin wrapper around the keyman32 build. One is for x64 CPU architecture and the other Arm64
64-bit versions of keyman.exe. All UI is in keyman.exe, so this is a thin wrapper around the keyman32 build. One is for x64 CPU architecture and the other Arm64.
In v18.0 and earlier, this was called keymanx64.exe.
## kmcomapi - kmcomapi.dll | kmcomapi.x64.dll

View file

@ -16,10 +16,10 @@
VALUE "CompanyName", KV_COMPANY_NAME
VALUE "FileDescription", "Keyman Engine x64\0"
VALUE "FileVersion", KV_VERSION_STRING
VALUE "InternalName", "KEYMANX64\0"
VALUE "InternalName", "KEYMANHP.X64\0"
VALUE "LegalCopyright", KV_LEGAL_COPYRIGHT
VALUE "LegalTrademarks", KV_LEGAL_TRADEMARKS
VALUE "OriginalFilename", "KEYMAN.HP.64.EXE\0"
VALUE "OriginalFilename", "KEYMANHP.X64.EXE\0"
VALUE "ProductName", "Keyman Engine\0"
VALUE "ProductVersion", KV_VERSION_STRING
VALUE "Comments", "\0"