Open
Description
- Investigate using JSZIP to read the dir/file structure of each downloaded jar and extract the contents
- Merge dir/file structure to a single tree
- Merge should ignore META-INF folders
- Other potential conflicts?
- ZIP the final bundle and download as .jar
- Potential output:
- A single JAR file with everything
- A ZIP file with two JAR files inside it. One for classes and one for natives
- A ZIP file with a JAR for classes and one JAR per platform for natives
Activity