benfry / processing4

Processing 4.x releases for Java 17
https://processing.org
Other
1.34k stars 239 forks source link

added the ability to set custom app icons for windows / macos #819

Open jSdCool opened 8 months ago

jSdCool commented 8 months ago

adds a way to set a custom icon for the generated executable file on windows and macos

simply add a line in sketch.properties icon.windows= or icon.macos= follow the = with the relative path to the icon file that you wish to use