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:
parent
ef1f35368e
commit
26d656fcaa
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user