ebelair / icon-banner

🚩 IconBanner adds custom nice-looking banners over your mobile app icons 📱
MIT License
32 stars 7 forks source link

Feature Request: user customable BASE_ICON_PATH options #1

Open xoox opened 4 years ago

xoox commented 4 years ago

Hi, Thanks for this charming plugin, I think it's more appealing than the well-known badge plugin.

When I use it in Unity exported Android project, icon_banner can't find any icon. This is caused by hard coded BASE_ICON_PATH in its Ruby source code.

While the auto-generated Android has its icons located at src/main/res/mipmap-*/app_icon*.png. This kind of problem is solved in badge by providing a parameter glob, where user can set it to another pattern (e.g. "/**/res/mipmap-*/*.{png,PNG}").

Would you please fix this Android specific issue or add an extra glob equivalent parameter for icon_banner? Thank you very much.

Ewg777 commented 2 years ago

+1 very useful @ ebelair