mirror of
https://codeberg.org/librewolf/source.git
synced 2025-03-11 13:41:31 -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
|
# provide a script that fetches and bootstraps Nightly and some mozconfigs
|
||||||
exec('cp -v ../scripts/mozfetch.sh lw/')
|
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
|
# override the firefox version
|
||||||
for file in ["browser/config/version.txt", "browser/config/version_display.txt"]:
|
for file in ["browser/config/version.txt", "browser/config/version_display.txt"]:
|
||||||
|
|
Loading…
Add table
Reference in a new issue