From 1860eb9fe968bec41350de709052dae5fdb5d07d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 31 Aug 2017 11:49:18 +0800 Subject: fix icon file for xmake.rc --- core/src/demo/xmake.ico | Bin 0 -> 119943 bytes core/src/demo/xmake.rc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 core/src/demo/xmake.ico (limited to 'core/src') diff --git a/core/src/demo/xmake.ico b/core/src/demo/xmake.ico new file mode 100644 index 000000000..52c8ef389 Binary files /dev/null and b/core/src/demo/xmake.ico differ diff --git a/core/src/demo/xmake.rc b/core/src/demo/xmake.rc index 9892b8a5f..1f3a7dbf8 100644 --- a/core/src/demo/xmake.rc +++ b/core/src/demo/xmake.rc @@ -1 +1 @@ -IDI_APP ICON DISCARDABLE "../../../docs/favicon.ico" +IDI_APP ICON DISCARDABLE "xmake.ico" -- cgit v1.3.1