Skip to content

Commit

Permalink
Merge branch 'hotfix/0.9.1b'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed May 22, 2016
2 parents e88fb53 + e64036c commit 16faf8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy/mac/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ cd ../Frameworks
rm -rf QtDeclarative.framework QtMultimedia.framework QtMultimediaWidgets.framework QtPositioning.framework QtQml.framework QtQuick.framework QtScript.framework QtSensors.framework QtSql.framework QtXmlPatterns.framework
cp -r /usr/local/Frameworks/Python.framework .
chmod a+w libboost_python3.dylib
install_name_tool -change /usr/local/Frameworks/Python.framework/Versions/3.4/Python \
@executable_path/../Frameworks/Python.framework/Versions/3.4/Python \
install_name_tool -change /usr/local/Frameworks/Python.framework/Versions/3.5/Python \
@executable_path/../Frameworks/Python.framework/Versions/3.5/Python \
libboost_python3.dylib

cd ../Resources
rm empty.lproj

cd ../MacOS
install_name_tool -change /usr/local/Frameworks/Python.framework/Versions/3.4/Python \
@executable_path/../Frameworks/Python.framework/Versions/3.4/Python \
install_name_tool -change /usr/local/Frameworks/Python.framework/Versions/3.5/Python \
@executable_path/../Frameworks/Python.framework/Versions/3.5/Python \
Antimony

cd ../../..
cp -r sb/fab Antimony.app/Contents/Frameworks/Python.framework/Versions/3.4/lib/python3.4/fab
cp -r sb/fab Antimony.app/Contents/Frameworks/Python.framework/Versions/3.5/lib/python3.5/fab
cp -r sb/nodes Antimony.app/Contents/Resources

sed -i "" "s:0\.0\.0:$RELEASE:g" Antimony.app/Contents/Info.plist
Expand Down

0 comments on commit 16faf8a

Please sign in to comment.