From fb769b884c83a55b95b635057330e7b4273e9b34 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Wed, 13 May 2026 13:16:43 +0200 Subject: [PATCH] Try to fix https://github.com/qelectrotech/qelectrotech-source-mirror/issues/307 --- misc/MacQetDeploy_arm64.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/MacQetDeploy_arm64.sh b/misc/MacQetDeploy_arm64.sh index 83f9600bd..a28f612b3 100644 --- a/misc/MacQetDeploy_arm64.sh +++ b/misc/MacQetDeploy_arm64.sh @@ -310,7 +310,8 @@ echo echo "______________________________________________________________" echo "Re Create zip tarball:" -/usr/bin/ditto -c -k --sequesterRsrc --keepParent $BUNDLE "build-aux/mac-osx/${APPNAME}-$VERSION-r$HEAD-arm64.zip" +#/usr/bin/ditto -c -k --sequesterRsrc --keepParent $BUNDLE "build-aux/mac-osx/${APPNAME}-$VERSION-r$HEAD-arm64.zip" +cd "$(dirname $BUNDLE)" && zip -r --symlinks "build-aux/mac-osx/${APPNAME}-$VERSION-r$HEAD-arm64.zip" "$BUNDLE" && cd - # Clean up disk folder