bspkrs / MCPMappingViewer

A small GUI for viewing the mappings from Minecraft obfuscated code names to MCP code names.
http://www.minecraftforum.net/topic/2115030-
MIT License
231 stars 50 forks source link

Use gradle to create exe #20

Closed MattSturgeon closed 3 years ago

MattSturgeon commented 5 years ago

Instead of using a launch4j.cfg.xml file with a bunch of hardcoded stuff, use the launch4j gradle plugin.

This means that anyone can build the exe without having to edit the config by simply running gradlew createExe.

I did have to add the ico to the repo. Perhaps something like svg2ico would be a better solution.