Skip to content

Commit

Permalink
Added code signing step as part of macOS build #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikDeak committed May 8, 2023
1 parent 0f2bf31 commit e29280b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Scripts/Build/BuildDarwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ buildApplication() {

"${libQtPath}/bin/macdeployqt" "${productBuildPath}/bundle/Synergy.app" || exit 1

codesign --force --deep --sign - "${productBuildPath}/bundle/Synergy.app" || exit 1

rsync -av --delete "${productBuildPath}/bundle/Synergy.app/" "${binariesPath}/${productName}.app/" || exit 1

popd
Expand Down
2 changes: 1 addition & 1 deletion Synergy-Core

0 comments on commit e29280b

Please sign in to comment.