Add a default icon for app builds
This commit is contained in:
parent
e6b8d5b723
commit
319e7a72ae
|
@ -15,6 +15,9 @@
|
||||||
<allow-intent href="sms:*" />
|
<allow-intent href="sms:*" />
|
||||||
<allow-intent href="mailto:*" />
|
<allow-intent href="mailto:*" />
|
||||||
<allow-intent href="geo:*" />
|
<allow-intent href="geo:*" />
|
||||||
|
|
||||||
|
<icon src="res/icon/ios/icon-60@3x.png" />
|
||||||
|
|
||||||
<platform name="android">
|
<platform name="android">
|
||||||
<allow-intent href="market:*" />
|
<allow-intent href="market:*" />
|
||||||
<icon density="mdpi" src="res/icon/android/mdpi.png" />
|
<icon density="mdpi" src="res/icon/android/mdpi.png" />
|
||||||
|
|
Loading…
Reference in New Issue