🐛 Fix multiple font generation using profiles

This commit is contained in:
kiliman
2020-03-09 17:06:18 -04:00
parent 320fb069f7
commit d3940070ed
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ if not exist .\ligature\%lig%\glyphs\* exit /b
@echo Building %lig%
ttx -f .\original\%otf%.otf
node index.js %otf%
ttx -f .\build\%lig%.ttx
for %%f in (.\build\%lig%*.ttx) do ttx -f %%f
exit /b