0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00

changes to help "make bootstrap" work better on windows

This commit is contained in:
Bert van der Weerd 2022-04-02 11:50:47 +02:00
parent 31bc791c4e
commit b9bab17ee0
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -89,7 +89,7 @@ def librewolf_patches():
enter_srcdir()
# create the right mozconfig file..
exec('cp -v ../assets/mozconfig .')
exec('cp -v ../assets/mozconfig.new mozconfig')
# copy branding files..
exec("cp -r ../themes/browser .")
@ -110,7 +110,7 @@ def librewolf_patches():
# Create the 'lw' folder, it contains the librewolf.cfg and policies.json files.
#
exec('mkdir -p lw')
#exec('mkdir -p lw')
# getting the librewolf settings repository
exec("cp -v ../submodules/settings/defaults/pref/local-settings.js lw/")