Skip to content

Commit

Permalink
add windows icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbesen committed Feb 21, 2024
1 parent 0fd9324 commit 764aac8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ debian/cnping
debian/cnping.substvars
debian/debhelper-build-stamp
debian/files

cnping.ico
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ updateicons : ${ICONSPATH}scalable/apps/${APPNAME}.svg
convert $^ -resize 48x48 ${ICONSPATH}48x48/apps/${APPNAME}.png
convert $^ -resize 256x256 ${ICONSPATH}256x256/apps/${APPNAME}.png
convert $^ -resize 1024x1024 ${ICONSPATH}1024x1024/apps/${APPNAME}.png
convert $^ -density 300 -define icon:auto-resize=256,128,96,64,48,32,16 -background none cnping.ico

1 change: 1 addition & 0 deletions resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ BEGIN
PUSHBUTTON "&Close", 8, 175, 80, 100, 10
END

MAIN_ICON ICON "cnping.ico"

0 comments on commit 764aac8

Please sign in to comment.