gradle-getdown-plugin
gradle-getdown-plugin copied to clipboard
Add WinLauncherName as a configuration item to allow the Windows .exe…
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" }