aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/prepare_index_html.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/prepare_index_html.js')
-rwxr-xr-xscripts/prepare_index_html.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prepare_index_html.js b/scripts/prepare_index_html.js
index 379b0d9..f1aa5c5 100755
--- a/scripts/prepare_index_html.js
+++ b/scripts/prepare_index_html.js
@@ -20,7 +20,7 @@ module.exports = function(context) {
var CONFIG = require("../www/js/config.js");
var files = [
- "platforms/android/assets/www/index.html",
+ "platforms/android/app/src/main/assets/www/index.html",
"platforms/ios/www/index.html",
];
files.forEach(function(file) {