From c92396150d0ff84784ca3d6b297c52f5beca5d62 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Sun, 6 Feb 2022 15:59:46 +0100 Subject: [PATCH] font-patcher: Add FontnameParser to font-patcher.zip Signed-off-by: Fini Jastrow --- bin/scripts/archive-font-patcher.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/scripts/archive-font-patcher.sh b/bin/scripts/archive-font-patcher.sh index 20c569428..f08cd54d1 100755 --- a/bin/scripts/archive-font-patcher.sh +++ b/bin/scripts/archive-font-patcher.sh @@ -22,6 +22,7 @@ find "${outputdir:?}" -name "FontPatcher.zip" -type f -delete cd -- "$scripts_root_dir/../../" || exit 1 find "src/glyphs" | zip -9 "$outputdir/FontPatcher" -@ +find "bin/scripts/name_parser" -name "Fontname*.py" | zip -9 "$outputdir/FontPatcher" -@ find "font-patcher" | zip -9 "$outputdir/FontPatcher" -@ # add mini readme file