We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaec558 commit 35149a1Copy full SHA for 35149a1
build/android/Makefile
@@ -629,6 +629,7 @@ assets : $(ASSETS_TIMESTAMP)
629
find . -name "timestamp" -exec rm {} \; ; \
630
find . -name "*.blend" -exec rm {} \; ; \
631
ls -R | grep ":$$" | sed -e 's/:$$//' -e 's/\.//' -e 's/^\///' > "index.txt"; \
632
+ find Minetest >"filelist.txt"; \
633
cp ${ROOT}/${ASSETS_TIMESTAMP} ${ROOT}/${ASSETS_TIMESTAMP}.old; \
634
else \
635
echo "nothing to be done for assets"; \
0 commit comments