cosmetics

This commit is contained in:
Bert van der Weerd 2022-09-28 22:36:40 +02:00
parent 1e05a22c03
commit 6a06c9132a
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -47,9 +47,11 @@ Then, to build:
```
make all
```
That should produce the (non-updating) setup.exe and the community portable zip. There is a second directory `linux-mar` where you can build the so-called `.mar` version of LibreWolf. This is te version that will be auto-updating someday. It's great, but it's main drawback is theming bugs.
That should produce the (non-updating) setup.exe and the community portable zip.
You can force a rebuild with `make clean all`. Please always use `make fetch` as a single make command, else there might be bugs in the version files.
There is a second directory `linux-mar` where you can build the so-called `.mar` version of LibreWolf. This is te version that will be auto-updating someday. It's great, but it's main drawback is theming bugs.
You can force a rebuild with `make clean all`. Please always use `make fetch` as a single make command, else there might be bugs in the version files. The `make fetch` command gets you the current latest version.
# Compiling the windows version natively