reflect changes in koreader/android-luajit-launcher#62 (#3254)

This commit is contained in:
Huang Xin
2017-09-24 05:58:34 +08:00
committed by GitHub
parent 8f3a5353e5
commit a4e1a3ba5e
7 changed files with 17 additions and 9 deletions

View File

@@ -46,8 +46,9 @@ local function update()
end
-- (Disabled, since we hide navbar on start now no need for this hack)
-- run koreader patch before koreader startup
pcall(function() dofile("/sdcard/koreader/patch.lua") end)
-- pcall(function() dofile("/sdcard/koreader/patch.lua") end)
-- set proper permission for sdcv
A.execute("chmod", "755", "./sdcv")