mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-26 17:08:21 +00:00
d395fdcc6a
This commit detects if the macos-only utility `iconutil` is available in the PATH, if it is, then the icns is built as usual. However if it isn't (such as on a linux system), then it checks for `png2icns` and uses it if possible. Signed-off-by: Abel Luck <abel@guardianproject.info>