1
0
mirror of https://github.com/teoxoy/factorio-blueprint-editor.git synced 2025-03-27 21:39:03 +02:00

fix not all files getting copied

This commit is contained in:
teoxoy 2021-12-16 16:30:17 +01:00
parent fa700ad63a
commit de9e3a0411

View File

@ -92,7 +92,7 @@ task('build', async ctx => {
},
})
await src(HEADERS_FILE).dest(ctx.paths.dist, 'src').exec()
await src(HEADERS_FILE).dest(ctx.paths.dist, 'src/').exec()
await src(`${EXPORTER_DATA}/**/**.*`).dest(`${ctx.paths.dist}/data`, 'output').exec()
await src(`${EXPORTER_DATA}/**/**.*`).dest(`${ctx.paths.dist}/data`, 'output/').exec()
})