Skip to content

Commit 9a45ff4

Browse files
committed
New notabot setup.
1 parent d5eb300 commit 9a45ff4

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

build_mac_app.sh

+2-8
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if [ "$USE_PYPI" == "yes" ]; then
6969
USE_TEST="test-pypi"
7070
fi
7171

72-
install_package notabot
72+
install_package binary notabot
7373
install_package plink
7474
install_package $USE_BINARY FXrays
7575
install_package snappy_manifolds
@@ -106,10 +106,4 @@ fi
106106
if [ ! -e notabot.cfg ]; then
107107
ln -s ../../notabot.cfg .
108108
fi
109-
python3 release.py --no-freshen
110-
pushd dist/SnapPy.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python*
111-
mv lib-dynload /tmp
112-
rm -rf ./*
113-
mv /tmp/lib-dynload .
114-
popd
115-
python3 notarize_snappy.py
109+
python3 release.py --no-freshen --notarize

0 commit comments

Comments
 (0)