1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 21:49:58 +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) D--> F(Release)
F-->I(mar) F-->I(mar)
F-->L(Mac) F-->L(Mac)
F-->T(Linux) F-->T(Linux Specific)
F-->V(Win install) F-->W(Linux Generic)
V-->Z(Zip) F-->V(Win install Generic)
V-->Z2(Intall.exe) F-->Z(Win install Specific)
V-->Z(Zip Generic)
V-->Z1(Zip Specific)
I-->I1(windows.mar) I-->I1(windows.mar)
I-->I2(linux.mar) I-->I2(linux.mar)
I-->I3(macos.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-->T2(AUR)
T-->T3(Flatpak) T-->T3(Flatpak)
T-->T4(AppImage) 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)
``` ```