mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-23 12:48:50 -05:00
Update mermaid graph
This commit is contained in:
parent
b1f1df0989
commit
e2f13c75a5
1 changed files with 3 additions and 4 deletions
|
@ -16,13 +16,12 @@ graph LR
|
|||
subgraph browser/
|
||||
Source(Source<br><br>- Patches<br>- Theming<br>- Build scripts)
|
||||
bsys6(bsys6<br><br>New Docker building<br>repository)
|
||||
bsys5(bsys5<br><br>Old Docker building<br>repository)
|
||||
AppImage
|
||||
Arch
|
||||
end
|
||||
end
|
||||
Website-->librewolf.net
|
||||
Source--"Source tarball"-->bsys6 & bsys5
|
||||
Source--"Source tarball"-->bsys6
|
||||
AppImage--".appimage"-->librewolf.net
|
||||
bsys6--"Windows setup.exe"--->librewolf.net
|
||||
bsys6--"Windows portable.zip"--->librewolf.net
|
||||
|
@ -30,11 +29,11 @@ graph LR
|
|||
bsys6--"Windows .nupkg"--->Chocolatey
|
||||
bsys6--"Linux binary tarball"--->Flathub
|
||||
bsys6--"Linux binary tarball"--> AppImage
|
||||
bsys6--"Linux .deb"--->repo.librewolf.net
|
||||
bsys6--"Linux .rpm"--->repo.librewolf.net
|
||||
bsys6--"Linux binary tarball for `librewolf-bin`"--> Arch
|
||||
Source--"Source tarball for `librewolf`"-->Arch
|
||||
Arch-->AUR
|
||||
bsys5--"Linux .deb"--->deb.librewolf.net
|
||||
bsys5--"Linux .rpm"--->rpm.librewolf.net
|
||||
```
|
||||
|
||||
## Active repositories and projects
|
||||
|
|
Loading…
Add table
Reference in a new issue