Skip to content

Commit

Permalink
packaging: Strip OS X binaries for release
Browse files Browse the repository at this point in the history
  • Loading branch information
special committed Apr 7, 2015
1 parent ecddd2c commit d87ca77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/osx/release_osx.sh
Expand Up @@ -31,6 +31,8 @@ qmake CONFIG+=release ..
make

cp "$TOR_BINARY" ricochet.app/Contents/MacOS/
strip ricochet.app/Contents/MacOS/tor
strip ricochet.app/Contents/MacOS/ricochet

macdeployqt ricochet.app -qmldir=../src/ui/qml/
mv ricochet.app Ricochet.app
Expand Down

0 comments on commit d87ca77

Please sign in to comment.