gradle-getdown-plugin icon indicating copy to clipboard operation
gradle-getdown-plugin copied to clipboard

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

Open janhurst opened this issue 8 years ago • 0 comments

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" }

janhurst avatar Oct 04 '16 14:10 janhurst