-
Notifications
You must be signed in to change notification settings - Fork 2
Update #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Executables for macOS are now properly signed & notarized, so you can also directly start them from the command line. The mystery _CodeSignature folder is also gone. It's possible that notarizing also makes the toolchain run faster on macOS, I've noticed before that executables that aren't notarized take longer to start. I still need to test this toolchain in practice, I'll do that tomorrow. |
|
@timothyschoen nice! it's not really any faster but no more warnings! \o/ Only issue remaining is #30 but it seems harmless (I get working DPF builds) I'll look at releasing a new toolchain today :) |
* Update (#45) * use macos-15-intel * update dpf deps; update changelog * install pyinstaller into env * use github links for arm-gcc; add status checks to all downloads * docs cleanup path * update hvcc to 0.15.0 * Fix Heavy codesigning * Notarize macOS executable --------- Co-authored-by: Timothy Schoen <44585538+timothyschoen@users.noreply.github.com> * update compat --------- Co-authored-by: Timothy Schoen <44585538+timothyschoen@users.noreply.github.com>
No description provided.