Skip to content

Commit

Permalink
Update update.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
sylingd authored Jul 10, 2024
1 parent 766238e commit b786319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ async function main() {
const assets = JSON.parse(process.env.ASSETS);

const outputFolder = [
join(__dirname, '../temp', name),
join(__dirname, '../temp', name, 'install'),
];

// Header Editor has multi output folders
if (name === 'header-editor') {
outputFolder.push(join(__dirname, '../temp/headereditor'));
outputFolder.push(join(__dirname, '../temp/headereditor/install'));
}

for (const item of assets) {
Expand Down

0 comments on commit b786319

Please sign in to comment.