Android++

This commit is contained in:
Mahdi Dibaiee 2014-04-27 21:32:30 +04:30
parent 713fed7079
commit e99387631c
2 changed files with 1 additions and 1 deletions

BIN
Android/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -79,7 +79,7 @@ module.exports = function(grunt) {
{
expand: true,
cwd: 'Android',
src: ['index.html', 'config.xml', 'res'],
src: ['index.html', 'config.xml', 'res/**', 'icon.png'],
dest: 'build/android'
},
{