v99.0.1.2
This commit is contained in:
parent
8540016455
commit
34d3413e07
4 changed files with 3 additions and 5 deletions
|
|
@ -11,7 +11,7 @@ ac_add_options --enable-release
|
||||||
ac_add_options --enable-rust-simd
|
ac_add_options --enable-rust-simd
|
||||||
|
|
||||||
ac_add_options --with-app-name=firefox
|
ac_add_options --with-app-name=firefox
|
||||||
#ac_add_options --with-branding=browser/branding/librewolf
|
ac_add_options --with-branding=browser/branding/librewolf
|
||||||
|
|
||||||
ac_add_options --with-unsigned-addon-scopes=app,system
|
ac_add_options --with-unsigned-addon-scopes=app,system
|
||||||
|
|
||||||
|
|
|
||||||
2
mk.py
2
mk.py
|
|
@ -103,8 +103,6 @@ def build(debug=False):
|
||||||
# two patches for windows only, currently
|
# two patches for windows only, currently
|
||||||
patch('../assets/disable-verify-mar.patch')
|
patch('../assets/disable-verify-mar.patch')
|
||||||
patch('../assets/package-manifest.patch')
|
patch('../assets/package-manifest.patch')
|
||||||
# hack out our custom about box
|
|
||||||
exec('cd browser/base/content && unzip -o ../../../../assets/aboutDialog.zip')
|
|
||||||
|
|
||||||
# perform the build and package
|
# perform the build and package
|
||||||
exec('MACH_USE_SYSTEM_PYTHON=1 ./mach build')
|
exec('MACH_USE_SYSTEM_PYTHON=1 ./mach build')
|
||||||
|
|
|
||||||
2
release
2
release
|
|
@ -1 +1 @@
|
||||||
1
|
2
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
3
|
4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue