Skip to content
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

src/Makefile.am: generate Info.plist at build time #133

Closed
wants to merge 1 commit into from

Conversation

drinkcat
Copy link
Contributor

@drinkcat drinkcat commented Apr 10, 2024

Before this change, Info.plist is only generated at install time (so the Perl script runs as root in make install).

Also, clean up generated files in make clean instead of make distclean. That matches recommendation here:

if make built it, then clean should delete it.

Before this change, Info.plist is only generated at install time
(so the Perl script runs as root).

Also, clean up generated files in `make clean` instead of
`make distclean`.
@LudovicRousseau
Copy link
Owner

Merged
Thanks

@drinkcat drinkcat deleted the build-infoplist branch April 10, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants