mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
bugfixes
This commit is contained in:
parent
9609b0d2c0
commit
e00a86b489
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ stages:
|
|||
|
||||
build-job:
|
||||
stage: build
|
||||
when: manual
|
||||
script:
|
||||
- make all
|
||||
artifacts:
|
||||
|
|
|
@ -13,7 +13,7 @@ Next step, if you have not done so already, you must create the build environmen
|
|||
cp librewolf-$(version)/lw-assets/bootstrap.py .
|
||||
python3 bootstrap.py --no-interactive --application-choice=browser
|
||||
```
|
||||
It takes about an hour for me to complete, but it needs to be done only once.
|
||||
It takes about an hour for me to complete, but it needs to be done only once. This step might fail and cause problems.
|
||||
|
||||
Now we're ready to actually build LibreWolf:
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue