From cdbc0f821c2fe1844e99150d9b1a96aa732f7636 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 27 Jun 2017 06:30:22 +0200 Subject: [PATCH] Try to fix macosx compilation. --- resources/scripts/.travis-install-osx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/scripts/.travis-install-osx.sh b/resources/scripts/.travis-install-osx.sh index c146b2e19..ea8e08585 100755 --- a/resources/scripts/.travis-install-osx.sh +++ b/resources/scripts/.travis-install-osx.sh @@ -7,9 +7,9 @@ make install make zip ls -lha -otool -L rssguard.app/Contents/MacOS/rssguard +otool -L "RSS Guard.app/Contents/MacOS/rssguard" -cd rssguard.app +cd "RSS Guard.app" ls -lha cd ..