From 0ad03738bb06c00753abc36d4147f131c6997c6e Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 12 Nov 2018 17:55:06 +0100 Subject: [PATCH] CommonInstaller: change apk path for Bromite WebView from webview to BromiteWebView --- CommonInstaller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonInstaller b/CommonInstaller index ce8cd0e..1f6a896 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -971,7 +971,7 @@ install_bromite_webview () { fi done - nanodroid_install_apk BromiteWebView_${BROMITE_ARCH} multilib webview + nanodroid_install_apk BromiteWebView_${BROMITE_ARCH} multilib BromiteWebView fi }