mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-23 02:02:08 +08:00
c5825aed76
date: 2022-07-14T00:06:12 master commit: 5a7c2f90361e72e9c35e88abd2e11acdc4aba354
6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
cd "$(dirname "$0")"
|
|
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
|
|
export QT_DBL_CLICK_DIST=150
|
|
exec ./_ui
|