During testing of the v0.6.0 release that added woff and woff2 format support, I came across an issue with the output file extensions in Win 10. When I enter an output file path of test.woff or test.woff2 with the proper input file format, the file write is on the path test.woff.ttf or test.woff2.ttf. This seems to be something that Win OS is doing on its end from what I can tell. Requires further investigation.
During testing of the v0.6.0 release that added woff and woff2 format support, I came across an issue with the output file extensions in Win 10. When I enter an output file path of
test.woff
ortest.woff2
with the proper input file format, the file write is on the pathtest.woff.ttf
ortest.woff2.ttf
. This seems to be something that Win OS is doing on its end from what I can tell. Requires further investigation.Related #34