fix spinner and text diff

albatross
Adeeb Shihadeh 2020-11-14 18:19:06 -08:00
parent 448734dbfd
commit 62fd824553
6 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,7 @@
moc_*
*.moc
qt/text
qt/spinner
qt/setup/setup
qt/setup/installer

Binary file not shown.

Binary file not shown.

View File

@ -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

View File

@ -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