Merge pull request #318 from lbryio/build-osx

put back accidental deleted build
This commit is contained in:
Jack Robison 2016-12-06 16:21:05 -05:00 committed by GitHub
commit 0af445cbbc

View file

@ -77,6 +77,8 @@ codesign -s "${LBRY_DEVELOPER_ID}" -f "${DEST}/dist/LBRYURIHandler.app/Contents/
codesign --deep -s "${LBRY_DEVELOPER_ID}" -f "${DEST}/dist/LBRYURIHandler.app/Contents/MacOS/LBRYURIHandler"
codesign -vvvv "${DEST}/dist/LBRYURIHandler.app"
python setup_app.py py2app
echo "Removing i386 libraries"
remove_arch () {