chore: update packs
This commit is contained in:
parent
2df974604a
commit
22ec17fed7
1428 changed files with 35182 additions and 27585 deletions
|
@ -7,15 +7,15 @@
|
|||
pack() {
|
||||
packs=$(ls -1 ./packs)
|
||||
for pack in $packs; do
|
||||
pnpm exec fvtt package pack --type=System --compendiumName=$pack --inputDirectory=./packs/$pack --outputDirectory=./dist/packs
|
||||
pnpm exec fvtt package pack --type=System --id=ds4 --compendiumName=$pack --inputDirectory=./packs/$pack --outputDirectory=./dist/packs
|
||||
done
|
||||
}
|
||||
|
||||
unpack() {
|
||||
packs=$(ls -1 ./dist/packs | tr '\n' ' ')
|
||||
packs=$(ls -1 ./dist/packs)
|
||||
rm -rf ./packs/*
|
||||
for pack in $packs; do
|
||||
pnpm exec fvtt package unpack --type=System --compendiumName=$pack --inputDirectory=./dist/packs --outputDirectory=./packs/$pack
|
||||
pnpm exec fvtt package unpack --type=System --id=ds4 --compendiumName=$pack --inputDirectory=./dist/packs --outputDirectory=./packs/$pack
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue