Merge branch 'master' of gitlab.com:stanzabird/windows

This commit is contained in:
Bert van der Weerd 2021-02-04 09:13:04 +01:00
commit 8161760e28
2 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,7 @@ This build does require you to:
* First build the mozilla-unified as explained in the mozilla docs, using all the ./mach bootstrap stuff * First build the mozilla-unified as explained in the mozilla docs, using all the ./mach bootstrap stuff
* You can delete this mozilla-unified thing to save some space (try ./mach run on it just for fun) * You can delete this mozilla-unified thing to save some space (try ./mach run on it just for fun)
* Then clone the windows repo * Then clone the windows repo
* cd into it, and build with: time bash build.sh fetch prepare build package * cd into it, and build with: **time bash build.sh fetch prepare build package**
* you can perform each of the build steps individually and the overall script structure follows PKGBULD as used on Archlinux * you can perform each of the build steps individually and the overall script structure follows PKGBULD as used on Archlinux
* This will produce a librewolf-85.0.en-US.win64.zip in this windows folder. * This will produce a **librewolf-85.0.en-US.win64.zip** in this windows folder.

View file

@ -25,6 +25,7 @@ BRANDING: resource files
* build fail on missing stubinstaller (might be a FF bug as it should just take missing * build fail on missing stubinstaller (might be a FF bug as it should just take missing
stuff from the nightly branding folder?) stuff from the nightly branding folder?)
```
$ mkdir stubinstaller $ mkdir stubinstaller
$ cp bgstub.jpg stubinstaller $ cp bgstub.jpg stubinstaller
$ pwd $ pwd
@ -56,4 +57,5 @@ $ diff branding-nightly.txt branding-librewolf.txt
< ./default24.png < ./default24.png
< ./default256.png < ./default256.png
$ $
```