Skip to content

Commit

Permalink
revert Try to improve Unable to run the app on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpio810 authored Aug 20, 2024
1 parent f1a8c00 commit 4871aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/MacQetDeploy_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4871aae

Please sign in to comment.