From 58b1a4af18c34d5f72ead460421af22789679bf4 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Thu, 24 Jan 2019 22:36:44 +1100 Subject: [PATCH] faulty rm statement --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf7664ae0..6aa547527 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ script: - unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH - export VERSION=$(git rev-parse --short HEAD) # linuxdeployqt uses this for naming the file - ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage - - rm *.appimage + - rm *.AppImage - ./$APPIMGTOOL 'appdir' -n -g after_success: