10 lines
231 B
Bash
10 lines
231 B
Bash
|
|
#####################################################################
|
||
|
|
|
||
|
|
DEPENDENCIES+=(mscore)
|
||
|
|
|
||
|
|
#####################################################################
|
||
|
|
|
||
|
|
${scwryptsmodule}.cli() {
|
||
|
|
QT_QPA_PLATFORM=offscreen mscore $@
|
||
|
|
}
|