From 4e6f2fa7ab00c3342d04f543ac1b27b2e3a4ab77 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Sat, 29 Jul 2017 16:17:16 -0700 Subject: Add Windows resources --- src/windows/versioninfo.rc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/windows/versioninfo.rc (limited to 'src/windows/versioninfo.rc') diff --git a/src/windows/versioninfo.rc b/src/windows/versioninfo.rc new file mode 100644 index 0000000..9ede49d --- /dev/null +++ b/src/windows/versioninfo.rc @@ -0,0 +1,20 @@ +#include "config.h" + +1 VERSIONINFO +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904E4" + BEGIN + VALUE "CompanyName", "Redshift Open Source Project" + VALUE "FileDescription", "Redshift" + VALUE "OriginalFilename", "redshift.exe" + VALUE "ProductName", "Redshift" + VALUE "ProductVersion", PACKAGE_VERSION + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1252 + END +END -- cgit v1.2.3-70-g09d2