diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-04 09:40:59 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-04 09:40:59 +0100 |
| commit | 9e43f84427b7a79bd56d56b46fbd341e1a161cfb (patch) | |
| tree | 56964eebf95613f4c36e8f2d6fce01fb04a71767 /misc/icon.rc | |
| parent | 3f1aed9d71d10f5a7430b8720c6a1e93630b4477 (diff) | |
work
Diffstat (limited to 'misc/icon.rc')
| -rw-r--r-- | misc/icon.rc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/misc/icon.rc b/misc/icon.rc deleted file mode 100644 index 85b2f1d..0000000 --- a/misc/icon.rc +++ /dev/null @@ -1,28 +0,0 @@ -#include <windows.h> -#include <wingdi.h> -#include <winuser.h> - -RC_LOGO ICON "logo_512.ico" -1 VERSIONINFO -FILEVERSION 0,1,0,0 -PRODUCTVERSION 0,1,0,0 -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "080904E4" - BEGIN - VALUE "CompanyName", "Aldrik Ramaekers" - VALUE "FileDescription", "Text-search" - VALUE "FileVersion", "1.0" - VALUE "InternalName", "Text-search" - VALUE "LegalCopyright", "Aldrik Ramaekers" - VALUE "OriginalFilename", "Text-search.exe" - VALUE "ProductName", "Text-search" - VALUE "ProductVersion", "1.0" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x809, 1252 - END -END |
