mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-23 07:53:52 +08:00
* ui: fix cd in launch script * do the rest Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
cd "$(dirname "$0")"
|
|
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
|
|
exec ./_soundd
|