We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2a445 commit b1e378bCopy full SHA for b1e378b
deployment/build_pyinstaller_app.sh
@@ -38,5 +38,6 @@ pyinstaller --log-level=DEBUG \
38
39
mkdir ./dist/annotator/lib
40
ls ./dist/annotator
41
-cp ./dist/annotator/libiomp5.dylib ./dist/annotator/lib
42
-./dist/annotator/annotator
+#cp ./dist/annotator/libiomp5.dylib ./dist/annotator/lib
+cd ./dist/annotator
43
+./annotator
0 commit comments