summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2017-08-31 11:49:18 +0800
committerruki <[email protected]>2017-08-31 11:49:18 +0800
commit1860eb9fe968bec41350de709052dae5fdb5d07d (patch)
treebb79bd220a9336437127d91a22801c7bfdeaa882 /core/src
parenteb2d69722a9a8bb11f2f2148e2810a632cdf4212 (diff)
fix icon file for xmake.rc
Diffstat (limited to 'core/src')
-rw-r--r--core/src/demo/xmake.icobin0 -> 119943 bytes
-rw-r--r--core/src/demo/xmake.rc2
2 files changed, 1 insertions, 1 deletions
diff --git a/core/src/demo/xmake.ico b/core/src/demo/xmake.ico
new file mode 100644
index 000000000..52c8ef389
--- /dev/null
+++ b/core/src/demo/xmake.ico
Binary files 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"