14 lines
No EOL
264 B
Bash
Executable file
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" |