0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 03:10:07 -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() enter_srcdir()
# create the right mozconfig file.. # create the right mozconfig file..
exec('cp -v ../assets/mozconfig .') exec('cp -v ../assets/mozconfig.new mozconfig')
# copy branding files.. # copy branding files..
exec("cp -r ../themes/browser .") 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. # 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 # getting the librewolf settings repository
exec("cp -v ../submodules/settings/defaults/pref/local-settings.js lw/") exec("cp -v ../submodules/settings/defaults/pref/local-settings.js lw/")