mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2025-12-19 22:24:19 +01:00
5 lines
134 B
Bash
5 lines
134 B
Bash
#!/bin/sh
|
|
export QT_MAC_WANTS_LAYER=1
|
|
chmod u+x ./CQ-editor/CQ-editor
|
|
QT_QPA_PLATFORM=xcb PYOPENGL_PLATFORM=x11 ./CQ-editor/CQ-editor
|