-
Notifications
You must be signed in to change notification settings - Fork 49
mac: Script for creating a .pkg installer #951
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
base: main
Are you sure you want to change the base?
Conversation
|
For your info, we failed to build a portable version of gtk3 (depends on a lot more of other projects), and we had hard time to build a portable version of gtk2, we were able to build it only on a old machine after several tries and this script downloads a binary of gtkdialog from mediaarea.net servers. |
|
Did a quick test of this on my end (on a machine that is not 'clean'). So far have not been able to fully run the script - it appears to be erroring during the xmlstarlet build phase with:
|
ce9a412 to
64320a6
Compare
Should be fixed now, the latest script version no longer requires the autotools. |
|
On a clean macOS 26.2 I got: The installer should also include DeckLink, right? |
Here the build command on our CI:
|
|
@g-maxime please add a comment at the beginning of the script about the need of
macOS security being more and more strict with unsigned packages, it is better to sign the packages. |
Signed-off-by: Maxime Gervais <gervais.maxime@gmail.com>
No description provided.