Rename AppImage in build script to fix filesystem error, mk. 2

This commit is contained in:
TheAssassin
2018-06-20 03:55:36 +02:00
parent 77c4bae5b4
commit 0eb444e8f8

View File

@@ -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[@]}"