diff --git a/scripts/make-appimage.sh b/scripts/make-appimage.sh index e60c9b100..24ba71b1c 100755 --- a/scripts/make-appimage.sh +++ b/scripts/make-appimage.sh @@ -196,7 +196,7 @@ echo "Copying binary and resources..." cp -a "$BUILDDIR/bin"/* "$OUTDIR/usr/bin" # We don't need tests -rm -f "$OUTDIR/usr/bin/*-tests" +rm -f "$OUTDIR"/usr/bin/*-tests # Patch RPATH so the binary goes hunting for shared libraries in the AppDir instead of system. echo "Patching RPATH in ${BINARY}..."