fix: bash syntax error

This commit is contained in:
Erica Marigold 2023-08-04 18:20:21 +05:30 committed by GitHub
parent 16e6a60b06
commit f1c29b9bbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,8 +40,9 @@ jobs:
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$SYSTEM_ARCH.AppImage -O /usr/bin/appimagetool
appimagetool()
appimagetool() {
/usr/bin/appimagetool "$@"
}
export -f /usr/bin/appimagetool