From 5a1a090a5e295d1c9f8c6ee8b1617cfb5a30f359 Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Thu, 21 Nov 2019 16:38:40 +0000 Subject: [PATCH] corrected getFontForge --- buildScripts/getFontforge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildScripts/getFontforge b/buildScripts/getFontforge index b5790a2..0dc10e5 100755 --- a/buildScripts/getFontforge +++ b/buildScripts/getFontforge @@ -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