1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-04 17:18:40 +00:00

corrected getFontForge

This commit is contained in:
Stephen Gaito 2019-11-21 16:38:40 +00:00
parent 03bdc9bda7
commit 5a1a090a5e

View File

@ -9,7 +9,7 @@ FONTFORGE_SRC=fontforge-$FONTFORGE_VERSION.tar.gz
rm -rf $FONTFORGE_SRC
rm -rf fontforge
wget https://github.com/fontforge/fontforge/releases/download/$FONTFORGE_VERSION/$FONTFORGE_SRC
wget https://github.com/fontforge/fontforge/archive/$FONTFORGE_SRC
tar xvf $FONTFORGE_SRC