From c6e9e01d500bc1b49e194f0fa191c19a42e986da Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 21 Aug 2021 11:36:42 +0200 Subject: [PATCH] Defining MOZ_REQUIRE_SIGNING to be empty --- build.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index bcfbf47..b5084c6 100755 --- a/build.py +++ b/build.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 pkgver = '91.0' nightly_ver = '93.0a1' @@ -732,7 +732,8 @@ ac_add_options --with-branding=browser/branding/librewolf ac_add_options --with-distribution-id=io.gitlab.librewolf-community ac_add_options --with-unsigned-addon-scopes=app,system ac_add_options --allow-addon-sideload -#export MOZ_REQUIRE_SIGNING=0 +# see issue # https://gitlab.com/librewolf-community/browser/arch/-/issues/49 +export MOZ_REQUIRE_SIGNING= # Features ac_add_options --disable-crashreporter