This commit is contained in:
Bert van der Weerd 2021-06-29 14:06:44 +02:00
parent 613dee5518
commit f107e45cf9
No known key found for this signature in database
GPG key ID: 86F10BA7EFE4A7C1

View file

@ -1,4 +1,4 @@
#!/bin/env python3
#!env python3
pkgver = '89.0.2'
nightly_ver = '91.0a1'
@ -211,6 +211,8 @@ def execute_lw_do_patches():
# create the right mozconfig file..
create_mozconfig(mozconfig_release)
# macos : if have compatibilty ssh headers, add that to mozconfig_release
# copy branding files..
exec("cp -vr ../common/source_files/* .")