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:
parent
31bc791c4e
commit
b9bab17ee0
1 changed files with 2 additions and 2 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue