diff options
| author | b5f0d6c3 <[email protected]> | 2022-03-22 15:07:06 +0800 |
|---|---|---|
| committer | b5f0d6c3 <[email protected]> | 2022-03-22 15:07:06 +0800 |
| commit | d3bdadca00eee35127913da461b7366bd9d50f1c (patch) | |
| tree | 09936602214c07314cdd1ac5fa166768a9513d22 /mkvlib/utils.go | |
| parent | de93bdea69091a07b3fc8bd9bdf607eafe69e7aa (diff) | |
update mkvlib:remove fon
Diffstat (limited to 'mkvlib/utils.go')
| -rw-r--r-- | mkvlib/utils.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkvlib/utils.go b/mkvlib/utils.go index 46a505c..802b94e 100644 --- a/mkvlib/utils.go +++ b/mkvlib/utils.go @@ -193,6 +193,6 @@ func findMKVs(dir string) []string { } func findFonts(dir string) []string { - list, _ := findPath(dir, `\.((?i)(ttf)|(otf)|(ttc)|(fon))$`) + list, _ := findPath(dir, `\.((?i)(ttf)|(otf)|(ttc))$`) return list } |
