mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-21 09:12:25 +08:00
6 lines
163 B
Bash
Executable File
6 lines
163 B
Bash
Executable File
#!/bin/sh
|
|
cd "$(dirname "$0")"
|
|
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
|
|
export QT_PLUGIN_PATH="../../third_party/qt-plugins/$(uname -m)"
|
|
exec ./_ui
|