improved windows native section
This commit is contained in:
parent
6a06c9132a
commit
4a9aa95fd4
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
|
@ -66,19 +66,17 @@ Once that works, you can check out and compile LibreWolf like this:
|
|||
```
|
||||
git clone https://gitlab.com/librewolf-community/browser/windows.git
|
||||
cd windows
|
||||
make fetch build
|
||||
make fetch build artifacts
|
||||
```
|
||||
|
||||
Currently a bug in `./mach package` makes this build fail, but it did produce the distribution .zip file that we're after. So after this, you can just:
|
||||
|
||||
```
|
||||
make artifacts
|
||||
```
|
||||
This will produce the -setup.exe and portable .zip. Have fun!
|
||||
|
||||
# Uploading a release
|
||||
|
||||
To actually submit these artifacts to the Windows repository as release files, use:
|
||||
To actually submit these artifacts to the Windows repository for release, use:
|
||||
|
||||
```
|
||||
python3 mk.py upload <token>
|
||||
```
|
||||
|
||||
This produces an `upload.txt` file that contains all needed information about the uploaded files. Please note that this script not only requires a gitlab token, but also a gpg signing key.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue