maikschneider / bw_icons

TYPO3 extensions that provides an icon picker for TCA and RTE.
GNU General Public License v2.0
1 stars 2 forks source link

fix: stop copying not needed of font files #24

Closed maikschneider closed 1 year ago

maikschneider commented 1 year ago

In TtfReaderUtilityand SvgReaderUtility font files were copied to prevent unintended manipulation of these files. Since these operations are read-only, the copy process is not needed anymore.