rssguard/resources/scripts/.travis-install-osx.sh
2020-05-02 19:53:52 +02:00

14 lines
No EOL
264 B
Bash
Executable file

#!/bin/sh
# Build application.
ls
mkdir rssguard-build && cd rssguard-build
lrelease -compress ../rssguard.pro
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
make
make install
# Make DMG image.
cd "src/rssguard"
make dmg
otool -L "RSS Guard.app/Contents/MacOS/rssguard"