From 9ddb0d76504f17d82d14e87507827051f99e97c2 Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Sat, 28 Sep 2019 01:33:45 +0200 Subject: [PATCH] Remove old debug code --- travis/build-centos6.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/travis/build-centos6.sh b/travis/build-centos6.sh index b020790..afc648e 100755 --- a/travis/build-centos6.sh +++ b/travis/build-centos6.sh @@ -17,8 +17,6 @@ LINUXDEPLOY_ARGS=("--appdir" "AppDir" "-e" "bin/linuxdeploy" "-i" "/ws/resources # deploy patchelf which is a dependency of linuxdeploy bin/linuxdeploy "${LINUXDEPLOY_ARGS[@]}" -tar cfvz /out/appdir.tgz AppDir - # cannot add appimage plugin yet, since it won't work on CentOS 6 (at least for now) # therefore we also need to use appimagetool directly to build an AppImage # but we can still prepare the AppDir