mirror of
https://github.com/smogon/sprites.git
synced 2026-07-12 22:21:34 -05:00
deploy: remove another nodePath reference
This commit is contained in:
parent
9f8f84b25c
commit
193d4e35b9
|
|
@ -30,10 +30,11 @@ program
|
|||
const aq = new script.ActionQueue;
|
||||
|
||||
for (const src of files) {
|
||||
const output = script.runOnFile(scr, src);
|
||||
const dst = nodePath.join(outputDir, output);
|
||||
const dst = script.runOnFile(scr, src);
|
||||
aq.copy(src, dst);
|
||||
}
|
||||
|
||||
aq.join(outputDir);
|
||||
|
||||
if (act) {
|
||||
aq.run('copy');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user