diff --git a/pyinstaller/CQ-editor.sh b/pyinstaller/CQ-editor.sh index 9b94e25..f1a5abc 100644 --- a/pyinstaller/CQ-editor.sh +++ b/pyinstaller/CQ-editor.sh @@ -1,4 +1,4 @@ #!/bin/sh export QT_MAC_WANTS_LAYER=1 chmod u+x ./CQ-editor/CQ-editor -./CQ-editor/CQ-editor \ No newline at end of file +QT_QPA_PLATFORM=xcb PYOPENGL_PLATFORM=x11 ./CQ-editor/CQ-editor