mirror of
https://github.com/smogon/sprites.git
synced 2026-09-27 03:37:30 -05:00
deploy: remove another nodePath reference
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user