5 lines
136 B
Bash
5 lines
136 B
Bash
#!/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
|