Suppress library hash check without disabling all checks? #1007
Replies: 1 comment 1 reply
-
Hey @neilcsmith-net, Added a new option with 7b6ba7d, it will be available in the first |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using LWJGL in PraxisLIVE I'd really like to be able to suppress the hash check on the native libraries, but I can't seem to do this without disabling all checks. This causes a problem on macOS, as all binaries are deep signed with the same code certificate during packaging which changes the hash. As this is an IDE, I'd prefer not to just disable all checks to stop users seeing the error message. Is there a good way to achieve this?
Thanks! 😄
Beta Was this translation helpful? Give feedback.
All reactions