Skip to content

Commit 7d4a62e

Browse files
committed
Make file movements visible
1 parent 8235d58 commit 7d4a62e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/build-binaries-and-appimage.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ find "$install_prefix"
9292
-u "gh-releases-zsync|AppImage|AppImageKit|continuous|appimagetool-$ARCH.AppImage.zsync" \
9393
appimagetool-"$ARCH".AppImage
9494

95-
mv appimagetool-"$ARCH".AppImage* "$OLD_CWD"
96-
mv "$install_prefix"/usr/lib/appimagekit/runtime "$OLD_CWD"
97-
mv "$install_prefix"/usr/bin/* "$OLD_CWD"
95+
mv -v appimagetool-"$ARCH".AppImage* "$OLD_CWD"
96+
mv -v "$install_prefix"/usr/lib/appimagekit/runtime "$OLD_CWD"
97+
mv -v "$install_prefix"/usr/bin/* "$OLD_CWD"

0 commit comments

Comments
 (0)