update to build 420

This commit is contained in:
crazywhalecc
2021-09-11 11:59:02 +08:00
parent 07391810ff
commit 907a9cea25
11 changed files with 102 additions and 21 deletions

View File

@@ -54,6 +54,7 @@ class ModulePacker
*/
public function setOutputPath($path) {
$this->output_path = $path;
if (!is_dir($path)) mkdir($path, 0755, true);
}
/**