diff --git a/misc/MacQetDeploy.sh b/misc/MacQetDeploy.sh index 04f0b6e82..6db75c62f 100644 --- a/misc/MacQetDeploy.sh +++ b/misc/MacQetDeploy.sh @@ -232,7 +232,7 @@ fi if [ -d "${QET_LICENSES_DIR}" ]; then echo "Copying licenses in the bundle..." mkdir $BUNDLE/Contents/Resources/licenses - cp -R ${QET_LICENSES_DIR} $BUNDLE/Contents/Resources/licenses + cp -R -L ${QET_LICENSES_DIR} $BUNDLE/Contents/Resources/licenses fi ### create disk image ############################################### diff --git a/misc/MacQetDeploy_arm64.sh b/misc/MacQetDeploy_arm64.sh index a6e2ff5b9..83f9600bd 100644 --- a/misc/MacQetDeploy_arm64.sh +++ b/misc/MacQetDeploy_arm64.sh @@ -237,7 +237,7 @@ fi if [ -d "${QET_LICENSES_DIR}" ]; then echo "Copying licenses in the bundle..." mkdir $BUNDLE/Contents/Resources/licenses - cp -R ${QET_LICENSES_DIR} $BUNDLE/Contents/Resources/licenses + cp -R -L ${QET_LICENSES_DIR} $BUNDLE/Contents/Resources/licenses fi codesign --force --deep --sign --timestamp -s "Developer ID Application: Laurent TRINQUES (Y73WZ6WZ5X)" --options=runtime $BUNDLE