Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:flipperdevices/qFlipper into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gsurkov committed Aug 24, 2021
2 parents 26a2ca3 + f1db1ce commit b6dd6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/application.pro
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ win32 {
} else: VERSION = 0.0.0
}

macx: ICON = assets/icons/$$NAME.icns
else:win32: RC_ICONS = assets/icons/$$NAME.ico
macx: ICON = assets/icons/$${NAME}.icns
else:win32: RC_ICONS = assets/icons/$${NAME}.ico

INCLUDEPATH += \
$$PWD/../dfu \
Expand Down

0 comments on commit b6dd6eb

Please sign in to comment.