AlexDisler / cordova-icon

Automatic icon resizing for Cordova
MIT License
689 stars 292 forks source link

config.xml is not updated #82

Closed clemorphy closed 8 years ago

clemorphy commented 8 years ago

Hi

When I run cordova-icon, the image files are generated but the config.xml file is not updated. Is is normal ? Should we edit it manually to target the generated images ?

BrunoCartier commented 8 years ago

Yes, this is normal. And you don't have to add any manual target path (in fact, ensure you do not have any).

cordova-icon generates files with good names and locations, that are automatically used when you cordova build.

clemorphy commented 8 years ago

Ok, I just read issue #40 and I had a previous icon tag in my xml. I thought cordova-icon was going to add new icon tags, but you say there is no need of icon tags at all. So I have removed my previous tag (which I added by hand), and now it seems to build just fine. Thanx