Cleanup and move deps

This commit is contained in:
2025-05-26 22:41:27 +08:00
parent 55aa93eee2
commit 9e52c0147d
401 changed files with 40050 additions and 2344 deletions

View File

@@ -56,7 +56,7 @@ public class RecompileConfig {
this.script = script;
rootDir = new File(script.getSourceFile().getAbsolutePath()).getParentFile().getParentFile().toString();
rootDir = new File(script.getSourceFile().getAbsolutePath()).getParentFile().getParentFile().getParentFile().toString();
outputDir = new File(rootDir, RECOMPILE_PREFIX).toString();
script.println("Output path: " + outputDir);