From 0a63ee5a11b6f0665e55a412622c25acfc5f5b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fern=C3=A1ndez?= Date: Sat, 8 Dec 2018 08:28:59 +0100 Subject: [PATCH] [cervantes] fix ota updates (#4386) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3229f0f86..5889ccf25 100644 --- a/Makefile +++ b/Makefile @@ -398,6 +398,7 @@ cervantesupdate: all rm -f koreader-cervantes-$(MACHINE)-$(VERSION).zip # Cervantes launching scripts cp $(CERVANTES_DIR)/*.sh $(INSTALL_DIR)/koreader + cp $(COMMON_DIR)/spinning_zsync $(INSTALL_DIR)/koreader # create new package cd $(INSTALL_DIR) && \ zip -9 -r \