Filename automatically determined by appimagetool

This commit is contained in:
Chris Esposito 2019-04-23 18:33:48 +10:00
parent 8278bbb374
commit f33b2b16d9
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ script:
# Manually invoke appimagetool so that libstdc++ gets bundled and the modified AppRun stays intact
./linuxdeployqt*.AppImage --appimage-extract
export PATH=$(readlink -f ./squashfs-root/usr/bin):$PATH
./squashfs-root/usr/bin/appimagetool -g ./appdir/ $NAME-$VERSION-x86_64.AppImage
./squashfs-root/usr/bin/appimagetool -g ./appdir/
fi
after_success: