mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-08 08:37:42 +00:00
Fixes #4003. This addresses the majority of locations where we use the name "Keyman Desktop" in code. There will be some filenames and paths that do not change at this point -- particularly at a source level. For now, the focus is on the user interface changes. While making these changes, I also made the VERSION and MANIFEST resources more consistent.
30 lines
832 B
Text
30 lines
832 B
Text
1 VERSIONINFO
|
|
FILEVERSION $VERSIONNUM
|
|
PRODUCTVERSION $VERSIONNUM
|
|
FILEFLAGSMASK 0x3fL
|
|
FILEFLAGS 0x0L
|
|
FILEOS 0x4L
|
|
FILETYPE 0x2L
|
|
FILESUBTYPE 0x0L
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "0C0904E4"
|
|
BEGIN
|
|
VALUE "CompanyName", "SIL International\0"
|
|
VALUE "FileDescription", "Keyman Engine Mnemonic Keyboard Recompiler\0"
|
|
VALUE "FileVersion", "$VERSION\0"
|
|
VALUE "InternalName", "MCOMPILE\0"
|
|
VALUE "LegalCopyright", "© SIL International\0"
|
|
VALUE "LegalTrademarks", "\0"
|
|
VALUE "OriginalFilename", "MCOMPILE.EXE\0"
|
|
VALUE "ProductName", "Keyman Engine\0"
|
|
VALUE "ProductVersion", "$VERSION\0"
|
|
VALUE "Comments", "\0"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0xc09, 1252
|
|
END
|
|
END
|