Skip to content

Commit

Permalink
macos: add upload step
Browse files Browse the repository at this point in the history
re #222
  • Loading branch information
bk138 committed Nov 19, 2024
1 parent 64003f5 commit 69117bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions macos/build-sign-validate-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ echo
echo "Validate package"
echo
xcrun altool --validate-app -f MultiVNC.pkg -t osx -u $APPLE_ID_EMAIL -p $APPLE_ID_PASSWORD --output-format xml

echo
echo "Upload package"
echo
xcrun altool --upload-app -f MultiVNC.pkg -t osx -u $APPLE_ID_EMAIL -p $APPLE_ID_PASSWORD --output-format xml

0 comments on commit 69117bb

Please sign in to comment.