Add updated firefox & desktop file

This commit is contained in:
2025-04-02 13:16:21 -03:00
parent dfbd41e132
commit d40916c963
2 changed files with 7 additions and 0 deletions

View File

@ -45,5 +45,9 @@ fi
# Handle shared libraries
rsync --remove-source-files $(fd --glob "*.so*") ../lib
# Gen Desktop file for firefox appimage
gendesk -f -n --pkgname "firefox" --name "Firefox" --exec "firefox" --icon "firefox" --categories "Network" --comment "Firefox Web Browser" --genericname "Web Browser"
rsync --remove-source-files firefox.desktop ../share/applications
# Unchange directory
popd > /dev/null