Skip to content

Commit ac1aee1

Browse files
committed
Fix path.
1 parent 18623aa commit ac1aee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_mac_app.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if [ ! -e notabot.cfg ]; then
107107
ln -s ../../notabot.cfg .
108108
fi
109109
python3 release.py --no-freshen
110-
pushd Contents/Frameworks/Python.framework/Versions/Current/lib/python*
110+
pushd dist/SnapPy.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python*
111111
mv lib-dynload /tmp
112112
rm -rf ./*
113113
mv /tmp/lib-dynload .

0 commit comments

Comments
 (0)