Skip to content

Commit

Permalink
Merge pull request #119 from uhooi/patch-1
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
banjun authored Jul 9, 2023
2 parents be631bb + 6978e48 commit 0e7a88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/mac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###

DEVELOPMENT_TEAM="" # required to sign a release build for notarization. try make pkg DEVELOPMENT_TEAM=XXXX
APPSTORECONNECT_USERNAME="" required to submit a release build for notarization. try make notarize APPSTORECONNECT_USERNAME=XXXX
APPSTORECONNECT_USERNAME="" # required to submit a release build for notarization. try make notarize APPSTORECONNECT_USERNAME=XXXX

ifneq (,$(filter pkg notarize,$(MAKECMDGOALS)))
RELEASE_BUILD_OPTS = CODE_SIGN_INJECT_BASE_ENTITLEMENTS=NO CODE_SIGN_IDENTITY="Developer ID Application" DEVELOPMENT_TEAM=$(DEVELOPMENT_TEAM)
Expand Down

0 comments on commit 0e7a88f

Please sign in to comment.