Skip to content

Commit

Permalink
Removed useless strings from StringFileInfo (version info).
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexikos committed May 19, 2021
1 parent ea63af2 commit 2d086e9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/resources/AutoHotkey.rc
Expand Up @@ -183,17 +183,11 @@ BEGIN
#ifdef AUTOHOTKEYSC
VALUE "FileDescription", ""
VALUE "FileVersion", AHK_VERSION
VALUE "InternalName", ""
VALUE "LegalCopyright", ""
VALUE "OriginalFilename", ""
VALUE "ProductName", ""
VALUE "ProductVersion", AHK_VERSION
#else
VALUE "FileDescription", "AutoHotkey " AHK_BIT
VALUE "FileVersion", AHK_VERSION
VALUE "InternalName", "AutoHotkey"
VALUE "LegalCopyright", "Copyright (C) 2003-2013"
VALUE "OriginalFilename", "AutoHotkey.exe"
VALUE "ProductName", "AutoHotkey"
VALUE "ProductVersion", AHK_VERSION
#endif
Expand Down

0 comments on commit 2d086e9

Please sign in to comment.