name='firefox-bin'

version='128.0'
release='1'
This commit is contained in:
2024-07-18 22:59:00 +03:00
parent cae0d2e050
commit 134b55b9f7
4 changed files with 461 additions and 0 deletions

2
firefox-bin/firefox.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec /opt/firefox-bin/firefox --class "Firefox" --name "Firefox" "$@"