mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 22:53:57 +08:00
8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -f /TICI ] && [ ! -f qt/spinner ]; then
|
|
cp qt/spinner_larch64 qt/spinner
|
|
fi
|
|
|
|
exec ./qt/spinner "$1"
|