diff --git a/pyinstaller/CQ-editor-mac.sh b/pyinstaller/CQ-editor-mac.sh new file mode 100644 index 0000000..476f958 --- /dev/null +++ b/pyinstaller/CQ-editor-mac.sh @@ -0,0 +1,4 @@ +#!/bin/sh +export QT_MAC_WANTS_LAYER=1 +chmod u+x ./CQ-editor/CQ-editor +QT_QPA_PLATFORM=cocoa PYOPENGL_PLATFORM=x11 ./CQ-editor/CQ-editor