Skip to content

Commit

Permalink
Fix path.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Dec 2, 2024
1 parent 18623aa commit ac1aee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_mac_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if [ ! -e notabot.cfg ]; then
ln -s ../../notabot.cfg .
fi
python3 release.py --no-freshen
pushd Contents/Frameworks/Python.framework/Versions/Current/lib/python*
pushd dist/SnapPy.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python*
mv lib-dynload /tmp
rm -rf ./*
mv /tmp/lib-dynload .
Expand Down

0 comments on commit ac1aee1

Please sign in to comment.