diff options
| author | ruki <[email protected]> | 2017-08-31 11:49:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-31 11:49:18 +0800 |
| commit | 1860eb9fe968bec41350de709052dae5fdb5d07d (patch) | |
| tree | bb79bd220a9336437127d91a22801c7bfdeaa882 /core/src | |
| parent | eb2d69722a9a8bb11f2f2148e2810a632cdf4212 (diff) | |
fix icon file for xmake.rc
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/demo/xmake.ico | bin | 0 -> 119943 bytes | |||
| -rw-r--r-- | core/src/demo/xmake.rc | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/core/src/demo/xmake.ico b/core/src/demo/xmake.ico Binary files differnew file mode 100644 index 000000000..52c8ef389 --- /dev/null +++ b/core/src/demo/xmake.ico 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"
|
