mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-11 07:52:03 +08:00
6 lines
137 B
Bash
Executable File
6 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
cd "$(dirname "$0")"
|
|
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
|
|
export QT_QPA_PLATFORM="offscreen"
|
|
exec ./_soundd
|