mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
fix build error
This commit is contained in:
parent
ef94f420cb
commit
dcbade3a68
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ def librewolf_patches():
|
|||
|
||||
# provide a script that fetches and bootstraps Nightly and some mozconfigs
|
||||
exec('cp -v ../scripts/mozfetch.sh lw/')
|
||||
exec('cp -v ../assets/mozconfig.new ../assets/mozconfig.new.without-wasi ../scripts/setup-wasi-linux.sh lw/')
|
||||
exec('cp -v ../assets/mozconfig.new ../assets/mozconfig.new.without-bootstrap ../scripts/setup-wasi-linux.sh lw/')
|
||||
|
||||
# override the firefox version
|
||||
for file in ["browser/config/version.txt", "browser/config/version_display.txt"]:
|
||||
|
|
Loading…
Reference in a new issue