From 0eb444e8f84d7291625a9fa698618a49cd97ea27 Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Wed, 20 Jun 2018 03:55:36 +0200 Subject: [PATCH] Rename AppImage in build script to fix filesystem error, mk. 2 --- travis/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/build.sh b/travis/build.sh index 4c23b7e..7adeb0c 100755 --- a/travis/build.sh +++ b/travis/build.sh @@ -45,7 +45,7 @@ mv linuxdeploy-plugin-appimage*.AppImage AppDir/usr/bin/ AppDir/usr/bin/linuxdeploy-plugin-appimage*.AppImage --appdir AppDir/ # rename AppImage to avoid "Text file busy" issues when using it to create another one -mv ./linuxdeploy-plugin-appimage*.AppImage test.AppImage +mv ./linuxdeploy*.AppImage test.AppImage # verify that the resulting AppImage works ./test.AppImage "${LINUXDEPLOY_ARGS[@]}"