commit 70035640b586301baa4eebff868460c1e939b8e3 Author: Georg Koppen gk@torproject.org Date: Thu Jan 31 12:42:50 2019 +0000
Bug 29239: Don't ship the Torbutton .xpi on mobile
We include Torbutton directly into the browser on Android. The features .xpi we bundle is not used.
Patch idea by sysrqb@torproject.org. --- moz.build | 3 --- 1 file changed, 3 deletions(-)
diff --git a/moz.build b/moz.build index 5e067c98..28f592f8 100644 --- a/moz.build +++ b/moz.build @@ -7,6 +7,3 @@ JAR_MANIFESTS += ['src/jar.mn'] JS_PREFERENCE_FILES += [ 'src/defaults/preferences/preferences.js', ] -FINAL_TARGET_FILES.features['torbutton@torproject.org'] += [ - 'src/install.rdf' -]
tbb-commits@lists.torproject.org