fix spinner asset paths (#31524)
parent
1c794b710c
commit
27c56722cc
4 changed files with 11 additions and 10 deletions
@ -1,7 +1,7 @@ |
||||
#!/bin/sh |
||||
|
||||
if [ -f /TICI ] && [ ! -f qt/spinner ]; then |
||||
cp qt/spinner_larch64 qt/spinner |
||||
if [ -f /TICI ] && [ ! -f _spinner ]; then |
||||
cp qt/spinner_larch64 _spinner |
||||
fi |
||||
|
||||
exec ./qt/spinner "$1" |
||||
exec ./_spinner "$1" |
||||
|
@ -1,7 +1,7 @@ |
||||
#!/bin/sh |
||||
|
||||
if [ -f /TICI ] && [ ! -f qt/text ]; then |
||||
cp qt/text_larch64 qt/text |
||||
if [ -f /TICI ] && [ ! -f _text ]; then |
||||
cp qt/text_larch64 _text |
||||
fi |
||||
|
||||
exec ./qt/text "$1" |
||||
exec ./_text "$1" |
||||
|
Loading…
Reference in new issue