mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-25 05:23:54 +08:00
* ui: fix cd in launch script * do the rest Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
6 lines
161 B
Bash
Executable File
6 lines
161 B
Bash
Executable File
#!/bin/sh
|
|
cd "$(dirname "$0")"
|
|
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
|
|
export QT_PLUGIN_PATH="../../phonelibs/qt-plugins/$(uname -m)"
|
|
exec ./_ui
|