1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-25 03:32:02 +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" ]
then
post_process="--postprocess=$post_process"
post_process="--postprocess=${parent_dir}/${post_process}"
else
post_process=""
fi