asciiblaster-cordoba/platforms/android/app/src/main/res/xml/config.xml: fix index.html pathname.

This commit is contained in:
Lucio Andrés Illanes Albornoz 2018-11-23 21:14:54 +01:00
parent 74952c6367
commit 048b3677ba
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
</description>
<name>asciiblaster-cordoba</name>
<access origin="*" />
<content src="www/index.html" />
<content src="index.html" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="mailto:*" />