Add updated firefox & desktop file
This commit is contained in:
parent
dfbd41e132
commit
d40916c963
@ -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" ]
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user