mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-12 02:27:42 +00:00
feat(windows): apply review suggestions
Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
4c4b0be456
commit
9e7fe64f67
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue