From e49ffb49d84d2ab7676210b48863d470b8c619bf Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 12 Oct 2017 10:32:57 +0200 Subject: [PATCH] Fix pkginfo missing. --- rssguard.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rssguard.pro b/rssguard.pro index 9e23a0fd8..9506285db 100755 --- a/rssguard.pro +++ b/rssguard.pro @@ -758,5 +758,5 @@ mac { pkginfo.extra = @printf "APPL????" > $$shell_quote($$PREFIX/Contents/PkgInfo) pkginfo.path = $$quote($$PREFIX/Contents/) - INSTALLS += target icns_icon info_plist info_plist2 pkginfounix + INSTALLS += target icns_icon info_plist info_plist2 pkginfo }