wuff
wuff copied to clipboard
Problem with customize the icon of a windows native launcher exe
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)
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.