mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 06:51:32 +01:00
:/
This commit is contained in:
parent
531d359b28
commit
cfac407343
@ -72,6 +72,8 @@ async function build() {
|
|||||||
console.log(`Extracting ${lib}`);
|
console.log(`Extracting ${lib}`);
|
||||||
await unzip(assetsPaths.libs + `/${lib}`, tempPaths.jar);
|
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");
|
console.log("Cleaning up extra files in JAR");
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user