davidB / gradle-getdown-plugin

A gradle plugin to bundle java app + jre with getdown support
Creative Commons Zero v1.0 Universal
16 stars 3 forks source link

Add WinLauncherName as a configuration item to allow the Windows .exe… #29

Open janhurst opened 7 years ago

janhurst commented 7 years ago

I wanted to be able to set the resulting Windows executable name in the build.gradle file. This allows configuration via:

getdown { winLauncherName = "$project.name" + ".exe" }