You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/platform/android/llapp_main.lua

7 lines
186 B
Lua

local A = require("android")
A.dl.library_path = A.dl.library_path .. ":" .. A.dir .. "/libs"
-- create fake command-line arguments
arg = {"-d", "/sdcard"}
dofile(A.dir.."/reader.lua")