Closed MattSturgeon closed 3 years ago
Instead of using a launch4j.cfg.xml file with a bunch of hardcoded stuff, use the launch4j gradle plugin.
launch4j.cfg.xml
This means that anyone can build the exe without having to edit the config by simply running gradlew createExe.
gradlew createExe
I did have to add the ico to the repo. Perhaps something like svg2ico would be a better solution.
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.