mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix: bash syntax error
This commit is contained in:
parent
16e6a60b06
commit
f1c29b9bbf
1 changed files with 2 additions and 1 deletions
3
.github/workflows/appimage.yaml
vendored
3
.github/workflows/appimage.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue