forked from LBRYCommunity/lbry-sdk
Merge pull request #318 from lbryio/build-osx
put back accidental deleted build
This commit is contained in:
commit
0af445cbbc
1 changed files with 2 additions and 0 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue