Skip to content

Commit

Permalink
Merge pull request #139 from brantai/master
Browse files Browse the repository at this point in the history
updated path for compendium build output
  • Loading branch information
ClipplerBlood authored Oct 16, 2023
2 parents d454ab6 + beb121f commit 2ba8c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async function buildCompendium(compendium) {
compendium = parts.at(-1);
}

const command = `fvtt package pack --type ${packageType} --id ${packageId} -n "${compendium}" --in "${compendiaDirectory}/${compendium}" --out "${distDirectory}/packs/${compendium}"`
const command = `fvtt package pack --type ${packageType} --id ${packageId} -n "${compendium}" --in "${compendiaDirectory}/${compendium}" --out "${distDirectory}/packs/"`
console.log(cp.execSync(command).toString());
}

Expand Down

0 comments on commit 2ba8c96

Please sign in to comment.