summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-01-30 21:11:12 +0100
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-01-30 21:11:12 +0100
commit260f05025631031b7cc4904805d5017feaf53eda (patch)
treed5a723bb7bbbc9f8b598712723fe3d8290c0a54c /misc
initial commit
Diffstat (limited to 'misc')
-rw-r--r--misc/icon.rc28
-rw-r--r--misc/icon.resbin0 -> 102850 bytes
-rw-r--r--misc/logo_512.icobin0 -> 101503 bytes
3 files changed, 28 insertions, 0 deletions
diff --git a/misc/icon.rc b/misc/icon.rc
new file mode 100644
index 0000000..85b2f1d
--- /dev/null
+++ b/misc/icon.rc
@@ -0,0 +1,28 @@
+#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
diff --git a/misc/icon.res b/misc/icon.res
new file mode 100644
index 0000000..ef35332
--- /dev/null
+++ b/misc/icon.res
Binary files differ
diff --git a/misc/logo_512.ico b/misc/logo_512.ico
new file mode 100644
index 0000000..c014524
--- /dev/null
+++ b/misc/logo_512.ico
Binary files differ