fix spinner and text diff

old-commit-hash: 62fd824553c299c0126348fbc8b71a6925dffbbb
This commit is contained in:
Adeeb Shihadeh
2020-11-14 18:19:06 -08:00
parent 8385349af7
commit be55621d6b
6 changed files with 13 additions and 3 deletions
+2
View File
@@ -1,5 +1,7 @@
moc_*
*.moc
qt/text
qt/spinner
qt/setup/setup
qt/setup/installer
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa7e4e8707c9e199e433fd920e4f74407df4617f6d8724681e80bdf3d984284f
size 545512
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6edce17d54bf9762133e71fdddb5eb112eb182bef5d49c668e478c988aaf572
size 439744
+4
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
+4
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