mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 18:42:07 +08:00
754512ce13
* UI: better double click on touch screens * lower * just right Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: d7c6121ba826a0646db8fadf9bd0b89f153c5576
7 lines
192 B
Bash
Executable File
7 lines
192 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)"
|
|
export QT_DBL_CLICK_DIST=150
|
|
exec ./_ui
|