From a153f8a474247b786f75d2a82207dd5513b9ec02 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 4 Aug 2021 09:54:59 +0200 Subject: Fixed typo at with-unsigned-addon-scopes --- firefox-mozconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox-mozconfig b/firefox-mozconfig index fd2ff9b..469d5c1 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -14,7 +14,7 @@ ac_add_options --update-channel=release ac_add_options --allow-addon-sideload ac_add_options --with-system-fdk-aac ac_add_options --enable-js-shell -ac_add_options --with-unsigned-addon-scopes=apps,system +ac_add_options --with-unsigned-addon-scopes=app,system export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 -- cgit