mirror of
https://github.com/smogon/sprites.git
synced 2026-08-20 08:45:06 -05:00
deploy: name result
This commit is contained in:
@@ -35,7 +35,8 @@ program
|
||||
|
||||
for (const file of files) {
|
||||
const src = pathlib.path(file);
|
||||
const dst = pathlib.join(outputDir, pathlib.path(src, scr.runOnFile(src)));
|
||||
const result = scr.runOnFile(src);
|
||||
const dst = pathlib.join(outputDir, pathlib.path(src, result));
|
||||
aq.copy(src, dst);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user