mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 21:42:05 +08:00
fix spinner and text diff
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
moc_*
|
||||
*.moc
|
||||
|
||||
qt/text
|
||||
qt/spinner
|
||||
qt/setup/setup
|
||||
qt/setup/installer
|
||||
|
||||
Binary file not shown.
Executable
BIN
Binary file not shown.
@@ -4,5 +4,9 @@ if [ -f /EON ]; then
|
||||
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
|
||||
exec ./android/spinner/spinner "$1"
|
||||
else
|
||||
if [ -f /TICI ] && [ ! -f qt/spinner ]; then
|
||||
cp qt/spinner_aarch64 qt/spinner
|
||||
fi
|
||||
|
||||
exec ./qt/spinner "$1"
|
||||
fi
|
||||
|
||||
@@ -4,5 +4,9 @@ if [ -f /EON ]; then
|
||||
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
|
||||
exec ./android/text/text "$1"
|
||||
else
|
||||
if [ -f /TICI ] && [ ! -f qt/text ]; then
|
||||
cp qt/text_aarch64 qt/text
|
||||
fi
|
||||
|
||||
exec ./qt/text "$1"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user