mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Unbreak OTAs on PB (#6722)
Forgot to ship the spinning_zsync helper script...
This commit is contained in:
1
Makefile
1
Makefile
@@ -255,6 +255,7 @@ pbupdate: all
|
||||
mkdir -p $(INSTALL_DIR)/system/bin
|
||||
cp $(POCKETBOOK_DIR)/koreader.app $(INSTALL_DIR)/applications
|
||||
cp $(POCKETBOOK_DIR)/koreader.app $(INSTALL_DIR)/system/bin
|
||||
cp $(COMMON_DIR)/spinning_zsync $(INSTALL_DIR)/koreader
|
||||
cp -rfL $(INSTALL_DIR)/koreader $(INSTALL_DIR)/applications
|
||||
find $(INSTALL_DIR)/applications/koreader \
|
||||
-type f \( -name "*.gif" -o -name "*.html" -o -name "*.md" -o -name "*.txt" \) \
|
||||
|
||||
Reference in New Issue
Block a user