electron icon indicating copy to clipboard operation
electron copied to clipboard

Add support for additional app icon formats

Open WINBIGFOX opened this issue 1 year ago • 0 comments

Extended the InstallsAppIcon trait to copy .ico and .icns icon formats alongside existing ones. This ensures compatibility with platforms requiring these formats.

For macOS: icon.icns For Windows: icon.ico Fallback: icon.png

Doc PR: https://github.com/NativePHP/nativephp.com/pull/119

WINBIGFOX avatar May 01 '25 16:05 WINBIGFOX