Skip to content

Commit

Permalink
Fix pack build
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Aug 12, 2024
1 parent 3150054 commit 054310f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build-packs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
for src in json-packs/*/; do
pack=${src%*/} # remove the trailing "/"
pack=${pack##*/} # get everything after the final "/"
fvtt package --id foundry-ironsworn --type System pack ${pack} -c --json --in "${src}" --out "dist/packs/${pack}"
fvtt package --id foundry-ironsworn --type System pack ${pack} -c --json --in "${src}" --out "dist/packs"
done

0 comments on commit 054310f

Please sign in to comment.