infinitered / ir-docs

Omnibus Documentation for Infinite Red Opensource
18 stars 5 forks source link

CLI: Updating app icons fails due to android-adaptive-background.png #48

Open keponk opened 2 weeks ago

keponk commented 2 weeks ago

The cli does as the documentation explains:

By default, the generator will exit if the input-files in your templates folder match signatures with those of the default Ignite app-icons - this is done to encourage you to make actual changes to the icons before generating.

What's feels strange is that the file android-adaptive-background.png is really just a basic grayscale background. I'm ok with that default, I have in fact used sketch to update the icon/logo and exported as suggested, but I had no reason to update that background file. So i am forced to use the --skip-source-equality-validation flag which makes me think I must change that background file too.

Is that as expected? should I be modifying that background even though my logo doesn't really require one?