updates
This commit is contained in:
parent
fd668d8a74
commit
85f138650f
1 changed files with 4 additions and 1 deletions
5
build.sh
5
build.sh
|
|
@ -108,8 +108,11 @@ END
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
rm -f ../common/source_files/mozconfig
|
|
||||||
cp -r ../common/source_files/* ./
|
cp -r ../common/source_files/* ./
|
||||||
|
# FIXME: this 'mozconfig' file in the 'common' submodule should be removed
|
||||||
|
# this submodule is purely for the branding. I imagine that we want the
|
||||||
|
# missing_branding_files into the 'common' submodule.
|
||||||
|
rm -f mozconfig
|
||||||
|
|
||||||
# FIX: on windows: the stubinstaller folder is missing from the librewolf branding folder.
|
# FIX: on windows: the stubinstaller folder is missing from the librewolf branding folder.
|
||||||
cp -r ../missing_branding_files/stubinstaller browser/branding/librewolf
|
cp -r ../missing_branding_files/stubinstaller browser/branding/librewolf
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue