Defining MOZ_REQUIRE_SIGNING to be empty
This commit is contained in:
parent
c092c222cd
commit
c6e9e01d50
1 changed files with 3 additions and 2 deletions
5
build.py
5
build.py
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
pkgver = '91.0'
|
pkgver = '91.0'
|
||||||
nightly_ver = '93.0a1'
|
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-distribution-id=io.gitlab.librewolf-community
|
||||||
ac_add_options --with-unsigned-addon-scopes=app,system
|
ac_add_options --with-unsigned-addon-scopes=app,system
|
||||||
ac_add_options --allow-addon-sideload
|
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
|
# Features
|
||||||
ac_add_options --disable-crashreporter
|
ac_add_options --disable-crashreporter
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue