fvarrui / JavaPackager

:package: Gradle/Maven plugin to package Java applications as native Windows, MacOS, or Linux executables and create installers for them.
GNU General Public License v3.0
1.03k stars 130 forks source link

How to exclude icon file when package #324

Closed ClayGminx closed 1 year ago

ClayGminx commented 1 year ago

I'm submitting a…

As you see, the icon file located in the app directory is unneccessary. So, how to exclude it? Worship PPT icon issue

fvarrui commented 1 year ago

Hi @ClayGminx! Yes, this happens to keep a similar behavior on all platforms, but you are right, in the case of Windows the ICO file doesn't need to be distributed, since it's a resource within the EXE. I can fix it!

fvarrui commented 1 year ago

Fixed in 1.7.3-SNAPSHOT. ICO file is no longer added as an additional resource on Windows.