Skip to content

Commit

Permalink
No longer setting description of all executables to "Keymapper" on Wi…
Browse files Browse the repository at this point in the history
…ndows
  • Loading branch information
houmain committed Jul 18, 2024
1 parent e342646 commit da966c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/windows/resource.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define VER_PRODUCTNAME_STR "keymapper"
#define VER_FILEDESCRIPTION_STR "Keymapper"
#define VER_COMPANYNAME_STR "https://github.com/houmain/keymapper"
#define VER_LEGALCOPYRIGHT_STR "(c) 2019-2022 by Albert Kalchmair"
#define VER_LEGALCOPYRIGHT_STR "(c) 2019-2024 by Albert Kalchmair"

#define VER_FILEVERSION ${FILE_VERSION},0
#define VER_FILEVERSION_STR "${VERSION}\0"
Expand All @@ -19,7 +19,7 @@ BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", VER_COMPANYNAME_STR
VALUE "FileDescription", VER_FILEDESCRIPTION_STR
//VALUE "FileDescription", VER_FILEDESCRIPTION_STR
VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "LegalCopyright", VER_LEGALCOPYRIGHT_STR
VALUE "ProductName", VER_PRODUCTNAME_STR
Expand Down

0 comments on commit da966c3

Please sign in to comment.