diff --git a/Makefile b/Makefile index 9db57678d..e4a5ca877 100644 --- a/Makefile +++ b/Makefile @@ -195,7 +195,7 @@ koboupdate: all # remove old package if any rm -f koreader-kobo-$(MACHINE)-$(VERSION).zip # Kobo launching scripts - cp resources/koreader.png $(INSTALL_DIR)/koreader.png + cp $(KOBO_DIR)/koreader.png $(INSTALL_DIR)/koreader.png cp $(KOBO_DIR)/fmon/README.txt $(INSTALL_DIR)/README_kobo.txt cp $(KOBO_DIR)/*.sh $(INSTALL_DIR)/koreader # create new package diff --git a/platform/kobo/koreader.png b/platform/kobo/koreader.png new file mode 100644 index 000000000..8b9aacc70 Binary files /dev/null and b/platform/kobo/koreader.png differ