Replies: 1 comment
-
it's ad-hoc signed with a pseudo identify, to make it at least runable on ARM. https://github.com/mpv-player/mpv/blob/master/TOOLS/osxbundle.py#L89-L90 if you need it properly singed with a certificate from an authorised developer so macOS can properly identify the origin (notarised) and run it without additional approvals, then we would need a payed Apple developer account subscription and use that in our pipeline. mpv doesn't have any funds so we can't pay for a subscription. also those are nightly builds and i don't see a need to sign them in the state they are right now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, when tring to introduce mpv to brew cask, it requires the app to be signed, is there any problem to sign the apps build form workflow?
Beta Was this translation helpful? Give feedback.
All reactions