From f21b680ced135f44c882ab87fb5cb968a4add960 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Tue, 17 Sep 2024 14:57:46 -0500 Subject: [PATCH] Create CQ-editor-mac.sh --- pyinstaller/CQ-editor-mac.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pyinstaller/CQ-editor-mac.sh 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