aboutsummarylogtreecommitdiffstats
path: root/librewolf.desktop
AgeCommit message (Collapse)Author
2025-08-19Fix desktop entry paths and add automation scriptezra
- Fix Exec paths in desktop entry to use wrapper script instead of full binary path - Update maintainer email to ekhuzadi@uci.edu - Add check-librewolf-updates.sh for automated version tracking - Fix Croatian translation typo (preglednik -> pregljednik) This resolves the issue where LibreWolf doesn't appear in GNOME's application launcher.
2025-08-18Initial import of librewolf-hellfireezra
LibreWolf with HellFire performance optimizations including: - O3 optimization level - Full LTO (Link Time Optimization) - x86-64-v3 CPU targeting with modern instruction sets - Rust SIMD optimizations - Profile Guided Optimization (PGO) - Disabled debug components for maximum performance Based on librewolf PKGBUILD with HellFire optimizations from CYFARE/HellFire