mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Speedup initial android startup on some devices by factor 10 or more
This commit is contained in:
parent
aaec558f85
commit
35149a10e3
2 changed files with 248 additions and 129 deletions
|
@ -629,6 +629,7 @@ assets : $(ASSETS_TIMESTAMP)
|
|||
find . -name "timestamp" -exec rm {} \; ; \
|
||||
find . -name "*.blend" -exec rm {} \; ; \
|
||||
ls -R | grep ":$$" | sed -e 's/:$$//' -e 's/\.//' -e 's/^\///' > "index.txt"; \
|
||||
find Minetest >"filelist.txt"; \
|
||||
cp ${ROOT}/${ASSETS_TIMESTAMP} ${ROOT}/${ASSETS_TIMESTAMP}.old; \
|
||||
else \
|
||||
echo "nothing to be done for assets"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue