now the builds are in windows/winbuild

This commit is contained in:
Bert van der Weerd 2022-10-07 20:49:51 +02:00
parent 245ddc0d62
commit 0842264966
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -70,8 +70,8 @@ Once that works, you can check out and compile LibreWolf like this:
``` ```
git clone https://gitlab.com/librewolf-community/browser/windows.git git clone https://gitlab.com/librewolf-community/browser/windows.git
cd windows cd windows/winbuild
make fetch build artifacts make all
``` ```
This will produce the -setup.exe and portable .zip. Have fun! This will produce the -setup.exe and portable .zip. Have fun!