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 f25984f commit 0039176Copy full SHA for 0039176
deployment/build_pyinstaller_app.sh
@@ -36,4 +36,6 @@ pyinstaller --log-level=DEBUG \
36
--add-data "${PYTHON_SITE}/vispy/glsl:vispy/glsl" annotator.py
37
38
mkdir ./dist/annotator/lib
39
-cp ./dist/annotator/libfontconfig.so.1 ./dist/annotator/lib/libfontconfig.so
+ls ./dist/annotator
40
+./dist/annotator/annotator
41
+#cp ./dist/annotator/libfontconfig.so.1 ./dist/annotator/lib/libfontconfig.so
0 commit comments