diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-03 14:29:17 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-03 14:29:17 +0100 |
| commit | a3685d46c883c96e122b12bfebc6975705962e07 (patch) | |
| tree | cddf8e88aee97ffe791ebaf5a5243d2346d8450d /misc | |
v2 initial commit
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/icon.ico | bin | 0 -> 4286 bytes | |||
| -rw-r--r-- | misc/icon.rc | 29 | ||||
| -rw-r--r-- | misc/logo_64.png | bin | 0 -> 1178 bytes |
3 files changed, 29 insertions, 0 deletions
diff --git a/misc/icon.ico b/misc/icon.ico Binary files differnew file mode 100644 index 0000000..232ad26 --- /dev/null +++ b/misc/icon.ico diff --git a/misc/icon.rc b/misc/icon.rc new file mode 100644 index 0000000..1b6b532 --- /dev/null +++ b/misc/icon.rc @@ -0,0 +1,29 @@ +#include <windows.h> +#include <wingdi.h> +#include <winuser.h> +#define IDI_LOGO 123 +IDI_LOGO ICON "icon.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 diff --git a/misc/logo_64.png b/misc/logo_64.png Binary files differnew file mode 100644 index 0000000..e884214 --- /dev/null +++ b/misc/logo_64.png |
