From 69f06f115b834d7f9aa40e19d189ff8b4391d411 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Thu, 23 Oct 2014 03:23:56 +0100 Subject: [PATCH] WIP Signed-off-by: Daira Hopwood --- misc/build_helpers/windows/installer/installer/app.rc | 4 ++++ .../windows/installer/installer/installer.vcproj | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 misc/build_helpers/windows/installer/installer/app.rc diff --git a/misc/build_helpers/windows/installer/installer/app.rc b/misc/build_helpers/windows/installer/installer/app.rc new file mode 100644 index 00000000..f82f4b65 --- /dev/null +++ b/misc/build_helpers/windows/installer/installer/app.rc @@ -0,0 +1,4 @@ +#include +#define IDC_STATIC -1 + +100 ICON "logo.ico" diff --git a/misc/build_helpers/windows/installer/installer/installer.vcproj b/misc/build_helpers/windows/installer/installer/installer.vcproj index f3ae6e4d..6ee8c705 100644 --- a/misc/build_helpers/windows/installer/installer/installer.vcproj +++ b/misc/build_helpers/windows/installer/installer/installer.vcproj @@ -214,6 +214,10 @@ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" > + + -- 2.45.2