Skip to content

Commit

Permalink
fix(build.sh): missing original in INPUT_DIRS
Browse files Browse the repository at this point in the history
  • Loading branch information
thep0y committed Aug 7, 2023
1 parent 38cf0ee commit d44dfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ container_run() {
fi
}

INPUT_DIRS="./ligaturized"
INPUT_DIRS="./original ./ligaturized"
for input_dir in $INPUT_DIRS; do
if [ "$input_dir" = './ligaturized' ]; then
RUN_OPTS="run --rm -v $input_dir:/in -v $OUTPUT_DIR:/out nerdfonts/patcher --makegroups 1"
Expand Down

0 comments on commit d44dfa4

Please sign in to comment.