leonardoquevedox / capacitor-resources

Generates icon & splash screen for Capacitor projects using javascript only.
MIT License
136 stars 16 forks source link

Fix not ENOENT when copying android resources #1

Closed miqmago closed 4 years ago

miqmago commented 4 years ago

mipmap-ldpi does not exist in new capacitor apps. With this change any non existing directory will be created and will not fail.

leonardoquevedox commented 4 years ago

Awesome! Will merge, @miqmago, thanks for the contribution :)