Skip to content

Option to download a single merged JAR file instead of ZIP file with many JARs #16

Open
@apostolos

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions