Add updated firefox & desktop file

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

View File

@ -63,3 +63,6 @@
#["romkatv/zsh-bin"] #["romkatv/zsh-bin"]
# asset_filters = [ "^asc" ] # asset_filters = [ "^asc" ]
# all = true # all = true
["xyproto/gendesk"]
asset_filters = [ "static" ]

View File

@ -45,5 +45,9 @@ fi
# Handle shared libraries # Handle shared libraries
rsync --remove-source-files $(fd --glob "*.so*") ../lib 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 # Unchange directory
popd > /dev/null popd > /dev/null