aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2018-04-25 12:52:45 +0100
committerDave Arter <davea@mysociety.org>2018-04-30 13:13:59 +0100
commit3080f67961b0dac2003f0dee8695ab84c5f7f54c (patch)
treeb96c973a2740d95e0f67bba9bcebdb289349341d /scripts
parent27bbe1a40c9698579967b971f571da01c20ff6b2 (diff)
Update hook scripts for new Android build path
Diffstat (limited to 'scripts')
-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) {