ata4 / disunity

An experimental toolset for Unity asset and asset bundle files.
The Unlicense
2.7k stars 663 forks source link

Use maven-shade-plugin to create a fat jar #98

Closed moshen closed 9 years ago

moshen commented 9 years ago

Using a fat jar negates the need to distribute the ./lib folder. Also, using minimization on the shaded jar makes the release size smaller.

Unfortunately I wasn't able to test this properly. When I build master, I nothing except the list operation works for me. When I use the v0.3.4 release, everything works properly.