Skip to content

Commit

Permalink
Add logo path
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Dec 7, 2023
1 parent 12defea commit fdd5dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function build() {
for deck in *.yaml; do
if [ -f "$deck" ]; then
echo "Building Deck $deck"
ankitum $deck -o ../build/$dir/${deck%.yaml}.apkg
ankitum $deck -l ../resources -o ../build/$dir/${deck%.yaml}.apkg
fi
done
shopt -u nullglob
Expand Down

0 comments on commit fdd5dbe

Please sign in to comment.