mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
update to direct referencing of scripts.
SIDE-EFFECTS: this means /mnt/us/kindlepdfviewer/kpdf.sh is now the REQUIRED location as opposed to preferred.
This commit is contained in:
0
extensions/kpdf/config.xml
Executable file → Normal file
0
extensions/kpdf/config.xml
Executable file → Normal file
4
extensions/kpdf/menu.json
Executable file → Normal file
4
extensions/kpdf/menu.json
Executable file → Normal file
@@ -4,8 +4,8 @@
|
||||
"name": "KPDF",
|
||||
"priority": 0,
|
||||
"items": [
|
||||
{"name": "Start in documents", "priority": 1, "action": "bin/kpdf.sh", "params": "/mnt/us/documents"},
|
||||
{"name": "Open last document", "priority": 2, "action": "bin/kpdf.sh"}
|
||||
{"name": "Start in documents", "priority": 1, "action": "/mnt/us/kindlepdfviewer/kpdf.sh", "params": "/mnt/us/documents"},
|
||||
{"name": "Open last document", "priority": 2, "action": "/mnt/us/kindlepdfviewer/kpdf.sh"}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user