Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Dec 1, 2016
2 parents ce92be3 + ba1e33d commit c397515
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion utils/build-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ cd build
make
make package_plugins
make package_translations
/usr/local/opt/qt5/bin/macdeployqt copyq.app -dmg

# Create CopyQ.dmg
/usr/local/opt/qt5/bin/macdeployqt CopyQ.app -verbose=2 -dmg

executable="CopyQ.app/Contents/MacOS/copyq"

# Fix dependencies
git clone https://github.com/iltommi/macdeployqtfix.git
python macdeployqtfix/macdeployqtfix.py "$executable" /usr/local/Cellar/qt5

# Test the deployed app
"$executable" --help
"$executable" --version

cd "$root"

0 comments on commit c397515

Please sign in to comment.