From 18ca3ca751ad1596524e473f0ad56253ad4b006f Mon Sep 17 00:00:00 2001 From: James Rowe Date: Thu, 11 Jan 2018 21:56:15 -0700 Subject: Removing unused settings and yuzu rebranding --- src/yuzu/yuzu.rc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/yuzu/yuzu.rc (limited to 'src/yuzu/yuzu.rc') diff --git a/src/yuzu/yuzu.rc b/src/yuzu/yuzu.rc new file mode 100644 index 000000000..1b253653f --- /dev/null +++ b/src/yuzu/yuzu.rc @@ -0,0 +1,19 @@ +#include "winresrc.h" +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +// QT requires that the default application icon is named IDI_ICON1 + +IDI_ICON1 ICON "../../dist/yuzu.ico" + + +///////////////////////////////////////////////////////////////////////////// +// +// RT_MANIFEST +// + +1 RT_MANIFEST "../../dist/yuzu.manifest" -- cgit v1.2.3