Skip to content

Commit

Permalink
Update do_generate_ligs
Browse files Browse the repository at this point in the history
  • Loading branch information
pa-0 authored Nov 25, 2024
1 parent f8b83ab commit 4af642d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion do_generate_ligs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ if [ -z "${OURVERSION}" ]; then
OURVERSION=`git describe --always --tags`
fi

fontforge -script "${PWD}/font-patcher" --debug 2 --careful "${3}" --custom SomeExtraSymbols.sfd --has-no-italic "$ligoutdir/${5}.ttf" "${2}" --outputdir "${PWD}/$outdir" --makegroups 4 --name "${5}" | tee "process${1}.log"
fontforge -script "${PWD}/font-patcher" --debug 2 --careful "${3}" --custom SomeExtraSymbols.sfd --has-no-italic "$ligoutdir/${5}.ttf" "${2}" --outputdir "$outdir" --makegroups 4 --name "${5}" | tee "process${1}.log"

0 comments on commit 4af642d

Please sign in to comment.