diff --git a/libs/asm-tree-5.2.jar b/autobuilder/assets/asm-tree-5.2.jar similarity index 100% rename from libs/asm-tree-5.2.jar rename to autobuilder/assets/asm-tree-5.2.jar diff --git a/autobuilder/index.js b/autobuilder/index.js index b0b989d..8e0412b 100644 --- a/autobuilder/index.js +++ b/autobuilder/index.js @@ -72,6 +72,8 @@ async function build() { console.log(`Extracting ${lib}`); await unzip(assetsPaths.libs + `/${lib}`, tempPaths.jar); } + console.log(`Extracting asm-tree-5.2.jar`); + await unzip("./assets/asm-tree-5.2.jar", tempPaths.jar); console.log("Cleaning up extra files in JAR"); try {