From 4871aae59d21346ceb9be6120ffe7e77609c8603 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Tue, 20 Aug 2024 18:55:47 +0200 Subject: [PATCH] revert Try to improve Unable to run the app on OSX --- misc/MacQetDeploy_arm64.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/MacQetDeploy_arm64.sh b/misc/MacQetDeploy_arm64.sh index 4c1852489..a9cfa6c27 100644 --- a/misc/MacQetDeploy_arm64.sh +++ b/misc/MacQetDeploy_arm64.sh @@ -231,7 +231,7 @@ echo echo "______________________________________________________________" echo "Create zip tarball:" -/usr/bin/ditto -ck -rsrc --sequesterRsrc --keepParent $BUNDLE "build-aux/mac-osx/${APPNAME}-$VERSION-r$HEAD-arm64.zip" +/usr/bin/ditto -c -k --keepParent $BUNDLE "build-aux/mac-osx/${APPNAME}-$VERSION-r$HEAD-arm64.zip" ### notarize zip tarball ############################################### echo -e "\033[1;31mWould you like to upload for Notarize packages "${APPNAME}"-"$VERSION"-"r$HEAD-arm64.zip", n/Y?.\033[m" @@ -294,7 +294,7 @@ echo echo "______________________________________________________________" echo "Re Create zip tarball:" -/usr/bin/ditto -ck -rsrc --sequesterRsrc --keepParent $BUNDLE "build-aux/mac-osx/${APPNAME}-$VERSION-r$HEAD-arm64.zip" +/usr/bin/ditto -c -k --keepParent $BUNDLE "build-aux/mac-osx/${APPNAME}-$VERSION-r$HEAD-arm64.zip" # Clean up disk folder