mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Pocketbook: Use a single launcher (#6814)
* Pocketbook: Use a single launcher and make the system one a "symlink"
This commit is contained in:
2
Makefile
2
Makefile
@@ -254,7 +254,7 @@ pbupdate: all
|
||||
mkdir -p $(INSTALL_DIR)/applications
|
||||
mkdir -p $(INSTALL_DIR)/system/bin
|
||||
cp $(POCKETBOOK_DIR)/koreader.app $(INSTALL_DIR)/applications
|
||||
cp $(POCKETBOOK_DIR)/koreader.app $(INSTALL_DIR)/system/bin
|
||||
cp $(POCKETBOOK_DIR)/system_koreader.app $(INSTALL_DIR)/system/bin/koreader.app
|
||||
cp $(COMMON_DIR)/spinning_zsync $(INSTALL_DIR)/koreader
|
||||
cp -rfL $(INSTALL_DIR)/koreader $(INSTALL_DIR)/applications
|
||||
find $(INSTALL_DIR)/applications/koreader \
|
||||
|
||||
2
platform/pocketbook/system_koreader.app
Executable file
2
platform/pocketbook/system_koreader.app
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec /mnt/ext1/applications/koreader.app "$@"
|
||||
Reference in New Issue
Block a user