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:
Martín Fernández
2020-09-12 10:47:35 +02:00
committed by GitHub
parent c28f1b3450
commit 2263931b99
4 changed files with 15 additions and 8 deletions

View File

@@ -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