Skip to content

Commit

Permalink
fix mismatching info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel authored Aug 16, 2023
1 parent 3ec4ee9 commit 9f6c225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qView.pro
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ macx {
}
QMAKE_TARGET_BUNDLE_PREFIX = "com.interversehq"

QMAKE_INFO_PLIST = "dist/mac/Info_legacy.plist"
QMAKE_INFO_PLIST = "dist/mac/Info.plist"
# Older icon for qt 5 on mac
lessThan(QT_MAJOR_VERSION, 6) {
ICON = "dist/mac/qView_legacy.icns"
Expand Down

0 comments on commit 9f6c225

Please sign in to comment.