Skip to content

Commit 89bd8d3

Browse files
sowicmsowicm
authored andcommitted
update logo
1 parent d153304 commit 89bd8d3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

LiteEditor/code_parser.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//////////////////////////////////////////////////////////////////////////////
2424
//////////////////////////////////////////////////////////////////////////////
2525

26-
aaaaa ICON "res/codelite-logo.ico"
26+
aaaaa ICON "res/codepad-logo.ico"
2727
#include "wx/msw/wx.rc"
2828
#if WIN64
2929
1 24 "wx/msw/amd64.manifest"

LiteEditor/res/codepad-logo.ico

29.9 KB
Binary file not shown.

svgs/create-png-logo.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ os_name=`uname -s`
6767
cp ../bitmaps/512-${filename}@2x.png ../bitmaps/osx/icon.iconset/[email protected]
6868
#fi
6969

70+
png2ico ../LiteEditor/res/codepad-logo.ico ../bitmaps/16-${filename}.png ../bitmaps/24-${filename}.png ../bitmaps/32-${filename}.png ../bitmaps/64-${filename}.png ../bitmaps/128-${filename}.png #../bitmaps/256-${filename}.png
71+
7072
cd ../bitmaps
7173

7274
##

0 commit comments

Comments
 (0)