Fixed icon of application for OS X.

This commit is contained in:
23rd 2019-04-27 16:28:44 +03:00
parent f1569a4cd7
commit 780b1e8622
3 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ equals(QMAKE_CXX, "clang++")|equals(QMAKE_CXX, "g++") {
}
# Icons
#macx:ICON = resources/images/chatterino2.icns
macx:ICON = resources/chatterino.icns
win32:RC_FILE = resources/windows.rc
macx {

View file

@ -1,5 +1,5 @@
<RCC>
<qresource prefix="/"> <file>chatterino2.icns</file>
<qresource prefix="/"> <file>chatterino.icns</file>
<file>contributors.txt</file>
<file>emoji.json</file>
<file>emojidata.txt</file>