Merge branch 'master' of gitlab.com:librewolf-community/browser/windows
This commit is contained in:
commit
a5900bbe52
2 changed files with 19 additions and 19 deletions
10
build.sh
10
build.sh
|
|
@ -604,7 +604,7 @@ Use: ./build.sh clean | all | [other stuff...]
|
|||
git_subs - update git submodules.
|
||||
config_diff - diff between my .cfg and dist .cfg file. (win10)
|
||||
policies_diff - diff between my policies and the dist policies. (win10)
|
||||
git_init - create .git folder in $srcdir for creating patches.
|
||||
git_init - create .git folder in firefox-87.0 for creating patches.
|
||||
mach_run_config - copy librewolf config/policies to enable 'mach run'.
|
||||
|
||||
# Cross-compile from linux:
|
||||
|
|
@ -619,7 +619,7 @@ Use: ./build.sh clean | all | [other stuff...]
|
|||
# Nightly:
|
||||
|
||||
init_mozilla_unified - use bootstrap.py to grab the latest mozilla-unified.
|
||||
set_mozilla_unified - use mozilla-unified instead of $srcdir source.
|
||||
set_mozilla_unified - use mozilla-unified instead of firefox-87.0 source.
|
||||
reset_mozilla_unified - clean mozilla-unified and pull latest git changes.
|
||||
|
||||
Documentation is in the build-howto.md. In a docker situation, we'd like
|
||||
|
|
@ -629,12 +629,12 @@ to run something like:
|
|||
|
||||
# Installation from linux zip file:
|
||||
|
||||
Copy the zip file in your \$HOME folder, then:
|
||||
``
|
||||
Copy the zip file in your $HOME folder, then:
|
||||
|
||||
unzip librewolf-*.zip
|
||||
cd librewolf
|
||||
./register-librewolf
|
||||
``
|
||||
|
||||
That should give an app icon. You can have it elsewhere and it will work.
|
||||
|
||||
# Examples:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue