Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gsurkov committed Aug 20, 2021
1 parent 3b7e271 commit f1db1ce
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 @@ -56,8 +56,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 f1db1ce

Please sign in to comment.