1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 01:19:59 +02:00

chore: Update Zen browser components submodule commit reference

This commit is contained in:
Mauro Balades 2024-08-08 11:22:44 +02:00
parent fd0fbc7fb6
commit 5718798e81

View file

@ -70,16 +70,24 @@ https://browserbench.org/Speedometer3.0/
D--> F(Release)
F-->I(mar)
F-->L(Mac)
F-->T(Linux)
F-->V(Win install)
V-->Z(Zip)
V-->Z2(Intall.exe)
F-->T(Linux Specific)
F-->W(Linux Generic)
F-->V(Win install Generic)
F-->Z(Win install Specific)
V-->Z(Zip Generic)
V-->Z1(Zip Specific)
I-->I1(windows.mar)
I-->I2(linux.mar)
I-->I3(macos.mar)
T-->T1(zen.linux.tar.bz2)
I-->I1(windows-generic.mar)
I-->I2(linux-generic.mar)
I-->I3(macos-generic.mar)
T-->T1(zen.linux-specific.tar.bz2)
T-->T2(zen.linux-generic.tar.bz2)
T-->T2(AUR)
T-->T3(Flatpak)
T-->T4(AppImage)
L-->L1(zen.macos.dmg)
T-->T4(AppImage Generic)
L-->L1(zen.macos-aarch64.dmg)
L-->L1(zen.macos-x64_86.dmg)
```