From 63eae6ac7ca6e821e3ab70641ce3316fc0df3c25 Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Sat, 27 Feb 2021 23:20:27 -0600 Subject: [PATCH] Abrowser fix 86 build --- helpers/make-firefox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/make-firefox b/helpers/make-firefox index 882da6429..d1669b2cf 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -305,7 +305,7 @@ EOF rm mobile/android/branding/{official,unofficial,beta,nightly} -rf cp -a $DATA/android/branding/ mobile/android/branding/official cp $DATA/android/mobile.ico mobile/android/app/ -cp $DATA/android/images/* mobile/android/themes/core/images/ +#cp $DATA/android/images/* mobile/android/themes/core/images/ cp -a $DATA/android/res/main/* mobile/android/geckoview/src/main/res # Postinst script to manage profile migration and system links -- GitLab