Find a file
Bert van der Weerd cf3189c053 Merge branch 'master' into 'master'
Merge request for compilation-based windows version of LibreWolf

See merge request librewolf-community/browser/windows!7
2021-02-04 20:34:20 +00:00
common@9995c8b275 Rebase, squash and merge !7. 2021-02-04 21:33:57 +01:00
missing_branding_files/stubinstaller Rebase, squash and merge !7. 2021-02-04 21:33:57 +01:00
settings@640b375dc0 inital impl of powershell script 2021-01-30 13:25:06 -03:00
.gitignore Rebase, squash and merge !7. 2021-02-04 21:33:57 +01:00
.gitlab-ci.yml Update .gitlab-ci.yml, README.md files 2021-01-30 18:18:32 +00:00
.gitmodules Rebase, squash and merge !7. 2021-02-04 21:33:57 +01:00
7za.exe inital impl of powershell script 2021-01-30 13:25:06 -03:00
build.sh Rebase, squash and merge !7. 2021-02-04 21:33:57 +01:00
LICENSE Initial Commit 2019-08-16 21:25:27 -05:00
License.txt inital impl of powershell script 2021-01-30 13:25:06 -03:00
package.ps1 inital impl of powershell script 2021-01-30 13:25:06 -03:00
README.md Rebase, squash and merge !7. 2021-02-04 21:33:57 +01:00
README2.md Rebase, squash and merge !7. 2021-02-04 21:33:57 +01:00

This repository is still a work in progress.

But we have a zip file available for testing right now..

Download link to the prerelease alpha zip file is here.

To do:

  • Creating an installer.
  • Branding issues, include a good icon for librewolf.exe
  • Other Branding Issues
  • Improve this README.md to contain detailed instructions on how to build.

For now, if you want to attempt to build, this build does require you to:

  • 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)
  • Then clone the windows repo
  • cd into it, and build with: time bash build.sh fetch prepare build package installer_win
  • 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.