wuff icon indicating copy to clipboard operation
wuff copied to clipboard

Problem with customize the icon of a windows native launcher exe

Open 94ostry opened this issue 9 years ago • 1 comments

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)

94ostry avatar Apr 13 '16 07:04 94ostry

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.

nedtwigg avatar Jun 29 '16 22:06 nedtwigg