mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 20:12:07 +08:00
3a05f06ced
* move android spinner * qt spinner * rotation * nothing by default * spin spin * fix rotate * style * spinner for all * -2 * unused old-commit-hash: 6c86afee16c706a3c8e787d576ead509373e6b55
9 lines
161 B
Bash
Executable File
9 lines
161 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -f /EON ]; then
|
|
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
|
|
exec ./android/spinner/spinner "$1"
|
|
else
|
|
exec ./qt/spinner "$1"
|
|
fi
|