mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-06 23:22:06 +08:00
57de41eae5
* qt text window
* auto size
* real text
* this is cleaner
* fix android build
* exit on pc
* tici fixes
old-commit-hash: 68ba1649b9
9 lines
152 B
Bash
Executable File
9 lines
152 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -f /EON ]; then
|
|
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
|
|
exec ./android/text/text "$1"
|
|
else
|
|
exec ./qt/text "$1"
|
|
fi
|