Count all AppImage files

For AppImages count files ending in .AppImage as well as .appimage (and anything in between).
This commit is contained in:
chewblacka 2021-12-21 19:54:19 +00:00 committed by GitHub
parent ccd5d9f526
commit 42d72fd13e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1643,7 +1643,7 @@ get_packages() {
# This is the only standard location for appimages.
# See: https://github.com/AppImage/AppImageKit/wiki
manager=appimage && has appimaged && dir ~/.local/bin/*.appimage
manager=appimage && has appimaged && dir ~/.local/bin/*.[Aa]pp[Ii]mage
;;
"Mac OS X"|"macOS"|MINIX)