I have a Eclipse Product, where my build is done with Maven/Tycho. In the .product file I "specify 7 seperate BMP images" which are all accepted (right color depth and size). During installation I get the error
[IconExe] Error - 4 original icon(s) not replaced in C:\Users\chris\AppData\Local\Temp\p2.brandingIron8596228300487975219\launcher.exe:
- 48x48, 32 bits, 9640 byte(s) @ 129224
- 32x32, 32 bits, 4264 byte(s) @ 138864
- 16x16, 32 bits, 1128 byte(s) @ 143128
- 256x256, 32 bits, 270376 byte(s) @ 144256
[IconExe] For more details, see https://git.eclipse.org/c/equinox/rt.equinox.p2.git/tree/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/pde/internal/swt/tools/IconExe.java
Is this due to Maven /Tycho or do I maybe have to somehow change to the ico format? Cant seefind any reason why that is doesnt work