Skip to content

Commit e315da4

Browse files
committed
[shade] Missing cleanup
1 parent a1d84ba commit e315da4

File tree

1 file changed

+3
-0
lines changed
  • plugins/shade/tools/src/tools/tasks/shade

1 file changed

+3
-0
lines changed

plugins/shade/tools/src/tools/tasks/shade/Shade.hx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ class Shade extends Task {
150150
File.copy(srcPath, dstPath);
151151
}
152152
}
153+
154+
// Step 8: Clean up temporary directory
155+
Files.deleteRecursive(tempDir);
153156
}
154157

155158
/**

0 commit comments

Comments
 (0)