mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Set extra_plugin_paths to data_dir/plugins (#6849)
This commit is contained in:
@@ -54,7 +54,7 @@ local function initDataDir()
|
||||
local sub_data_dirs = {
|
||||
"cache", "clipboard",
|
||||
"data", "data/dict", "data/tessdata",
|
||||
"history", "ota",
|
||||
"history", "plugins",
|
||||
"screenshots", "settings", "styletweaks",
|
||||
}
|
||||
for _, dir in ipairs(sub_data_dirs) do
|
||||
|
||||
Reference in New Issue
Block a user