Add a default icon for app builds

This commit is contained in:
mmcwilliams 2020-05-15 23:04:08 -04:00
parent e6b8d5b723
commit 319e7a72ae
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<icon src="res/icon/ios/icon-60@3x.png" />
<platform name="android">
<allow-intent href="market:*" />
<icon density="mdpi" src="res/icon/android/mdpi.png" />