Add some other files
This commit is contained in:
@ -53,9 +53,13 @@
|
||||
|
||||
# ["srevinsaju/Firefox-Appimage"]
|
||||
# target = "~/.local/bin/firefox"
|
||||
# tag = "firefox"
|
||||
# asset_filters = [ ".AppImage", "^zsync" ]
|
||||
# tag = "firefox"
|
||||
# asset_filters = [ ".AppImage", "^zsync" ]
|
||||
|
||||
["BtbN/FFmpeg-Builds"]
|
||||
asset_filters = [ "^lgpl", "shared", "master", ".tar.xz" ]
|
||||
all = true
|
||||
all = true
|
||||
|
||||
# ["romkatv/zsh-bin"]
|
||||
# asset_filters = [ "^asc" ]
|
||||
# all = true
|
@ -43,7 +43,7 @@ if compgen -G "bash-completion*tar*" > /dev/null; then
|
||||
fi
|
||||
|
||||
# Handle shared libraries
|
||||
mv -f $(fd --glob "*.so*") ../lib
|
||||
rsync --remove-source-files $(fd --glob "*.so*") ../lib
|
||||
|
||||
# Unchange directory
|
||||
popd > /dev/null
|
Reference in New Issue
Block a user