1
Fork 0

Install otf files, used in befaco

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-03-14 22:34:34 +00:00
parent 93660fdcf7
commit 6d9633b7fb
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 0 deletions

View File

@ -1013,6 +1013,9 @@ RESOURCE_FILES = \
$(wildcard */res/*.svg) \
$(wildcard */res/*/*.svg) \
$(wildcard */res/*/*/*.svg) \
$(wildcard */res/*.otf) \
$(wildcard */res/*/*.otf) \
$(wildcard */res/*/*/*.otf) \
$(wildcard */res/*.ttf) \
$(wildcard */res/*/*.ttf) \
$(wildcard */res/*/*/*.ttf))