diff --git a/porymap.pro b/porymap.pro index 0bfb5550..ad12b9f0 100644 --- a/porymap.pro +++ b/porymap.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = porymap TEMPLATE = app -RC_ICONS = resources/icons/porymap-icon-1.ico +RC_ICONS = resources/icons/porymap-icon-2.ico ICON = resources/icons/porymap.icns QMAKE_CXXFLAGS += -std=c++11 -Wall diff --git a/resources/icons/porymap-icon-2.ico b/resources/icons/porymap-icon-2.ico new file mode 100644 index 00000000..72f52834 Binary files /dev/null and b/resources/icons/porymap-icon-2.ico differ diff --git a/resources/icons/porymap.icns b/resources/icons/porymap.icns index ef3b77fb..a8a8bd4a 100644 Binary files a/resources/icons/porymap.icns and b/resources/icons/porymap.icns differ