akhikhl / wuff

Gradle plugin for automating assembly of OSGi/Eclipse bundles and applications
MIT License
153 stars 51 forks source link

Problem with customize the icon of a windows native launcher exe #109

Open 94ostry opened 8 years ago

94ostry commented 8 years ago

For native windows launcher is possible to define the ICO file:

 products {
   windowsIco = file("$buildDir/resources/icons/foo.ico")
 }

Unfortunately Wuff accepts only the old file format (for Eclipse 3.X launcher). For Eclipse 4.X launcher this format has changed. It is necessary to update the class IconExe (org.eclipse.pde.internal.swt.tools.IconExe)

nedtwigg commented 8 years ago

Might wanna take a look at Goomph and its example project. Currently on 3.0.0-SNAPSHOT, actively seeking feedback before 3.0.0 release.