Skip to content

Commit

Permalink
Swap ico to icns
Browse files Browse the repository at this point in the history
  • Loading branch information
pekempy authored Jun 24, 2021
1 parent 0f287a2 commit dcaa4f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NFO-Creator.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

CONFIG += c++11

QMAKE_INFO_PLIST

# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
Expand All @@ -19,7 +21,7 @@ FORMS += \
mainwindow.ui

# Icon Rules
ICON = "resources/plex-nfo.ico"
ICON = "resources/plex-nfo.icns"

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
Expand Down
Binary file added resources/plex-nfo.icns
Binary file not shown.

0 comments on commit dcaa4f7

Please sign in to comment.