1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-02-06 12:35:00 +02:00

patch-em-all: Fix postprocess with AppImage-fontforge

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2022-09-07 12:44:54 +02:00
parent ef1f35368e
commit 26d656fcaa

View File

@ -120,7 +120,7 @@ function patch_font {
if [ "$post_process" ] if [ "$post_process" ]
then then
post_process="--postprocess=$post_process" post_process="--postprocess=${parent_dir}/${post_process}"
else else
post_process="" post_process=""
fi fi