Initial commit of custom build of Firefox

This commit is contained in:
Anders Rytter Hansen 2025-02-26 09:16:03 +01:00
commit 7247553575
63 changed files with 8307 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#!/usr/bin/bash
#
# Run Firefox on X11 backend
#
export MOZ_DISABLE_WAYLAND=1
exec /__PREFIX__/bin/firefox "$@"