Skip to content

Commit

Permalink
Make sure charstrings.xml exists for font before building
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliman committed Sep 18, 2017
1 parent 53b7c58 commit 1c2d8b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.bat
Expand Up @@ -19,6 +19,7 @@ set lig=%1
set otf=%lig:Lig=%

if not exist .\original\%otf%.otf exit /b
if not exist .\ligature\%lig%\charstrings.xml exit /b

@echo Building %lig%
ttx -f .\original\%otf%.otf
Expand Down

0 comments on commit 1c2d8b4

Please sign in to comment.