From 3080f67961b0dac2003f0dee8695ab84c5f7f54c Mon Sep 17 00:00:00 2001 From: Dave Arter Date: Wed, 25 Apr 2018 12:52:45 +0100 Subject: Update hook scripts for new Android build path --- scripts/prepare_index_html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/prepare_index_html.js') 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) { -- cgit v1.2.3