mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Pocketbook misc fixes (#6633)
After the awesome work made by @ezdiy: - Remove empty dir from release zip - Remove misc files (txt, md, html, gif) to prevent displaying them in PB library - Do not asociate executable files (sh and py for the moment), just openable files - Rename the font sample from html to template (to prevent wiping it during clean)
This commit is contained in:
@@ -397,7 +397,7 @@ If that font happens to be part of this list already, it will be used first.]]),
|
||||
end
|
||||
|
||||
-- Default sample file
|
||||
local FONT_TEST_DEFAULT_SAMPLE_PATH = "frontend/ui/elements/font-test-sample-default.html"
|
||||
local FONT_TEST_DEFAULT_SAMPLE_PATH = "frontend/ui/elements/font-test-sample-default.template"
|
||||
-- Users can set their own sample file, that will be used if found
|
||||
local FONT_TEST_USER_SAMPLE_PATH = require("datastorage"):getSettingsDir() .. "/font-test-sample.html"
|
||||
-- This document will be generated in the home or default directory
|
||||
|
||||
Reference in New Issue
Block a user