diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/prepare_index_html.js | 2 |
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) { |