added application icon for windows

This commit is contained in:
2018-01-04 00:16:48 +01:00
parent 5c5c80f0cc
commit 02845b32d7
3 changed files with 3 additions and 1 deletions

View file

@ -257,5 +257,6 @@ DEFINES += IRC_NAMESPACE=Communi
include(dependencies/libcommuni.pri) include(dependencies/libcommuni.pri)
#MAC ICON #ICONs
macx:ICON = resources/images/chatterino2.icns macx:ICON = resources/images/chatterino2.icns
win32:RC_FILE = resources/windows.rc

BIN
resources/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

1
resources/windows.rc Normal file
View file

@ -0,0 +1 @@
DI_ICON1 ICON DISCARDABLE "icon.ico"