Skip to content

Commit

Permalink
Package: Use ditto for zip macOS app
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 30, 2023
1 parent 3e02f15 commit d5da0e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/package-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ fi
node scripts/mac/createDMG.js

cd release
zip -ryq9 rn-debugger-macos-universal.zip React\ Native\ Debugger.app
ditto -c -k --keepParent React\ Native\ Debugger.app rn-debugger-macos-universal.zip
cd React\ Native\ Debugger-darwin-arm64
zip -ryq9 ../rn-debugger-macos-arm64.zip React\ Native\ Debugger.app
ditto -c -k --keepParent React\ Native\ Debugger.app ../rn-debugger-macos-arm64.zip
cd ../React\ Native\ Debugger-darwin-x64
zip -ryq9 ../rn-debugger-macos-x64.zip React\ Native\ Debugger.app
ditto -c -k --keepParent React\ Native\ Debugger.app ../rn-debugger-macos-x64.zip
cd ..

# Print codesign information
Expand Down

0 comments on commit d5da0e7

Please sign in to comment.