Skip to content

Commit 9f6c225

Browse files
authored
fix mismatching info.plist
1 parent 3ec4ee9 commit 9f6c225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qView.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ macx {
6262
}
6363
QMAKE_TARGET_BUNDLE_PREFIX = "com.interversehq"
6464

65-
QMAKE_INFO_PLIST = "dist/mac/Info_legacy.plist"
65+
QMAKE_INFO_PLIST = "dist/mac/Info.plist"
6666
# Older icon for qt 5 on mac
6767
lessThan(QT_MAJOR_VERSION, 6) {
6868
ICON = "dist/mac/qView_legacy.icns"

0 commit comments

Comments
 (0)