diff options
author | James Rowe <jroweboy@gmail.com> | 2018-01-11 21:56:15 -0700 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2018-01-12 19:11:05 -0700 |
commit | 18ca3ca751ad1596524e473f0ad56253ad4b006f (patch) | |
tree | 5e34ebea9c5385a9649603ee1f92f59f92c063ba /src/yuzu/yuzu.rc | |
parent | f5f28a4f6773e00e0f53454e881fb6d46dfbe6da (diff) |
Removing unused settings and yuzu rebranding
Diffstat (limited to 'src/yuzu/yuzu.rc')
-rw-r--r-- | src/yuzu/yuzu.rc | 19 |
1 files changed, 19 insertions, 0 deletions
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" |