-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
fix: rpath missing from app, closes #7710 #7773
Conversation
Seems like this also closes #7480. Symlinks in the |
Can you rebase your branch to sign the |
(tauri-apps#7774) Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Should be good now |
Only concerns from sec perspective would be if I think this would need to be documented for MacOS apps as risks for privilege escalation in case some privileged calls/libs/permissions are used/called from the Tauri app otherwise LGTM |
@tr3ysmith can you double check my latest commit and see if |
Yeah that seems to work great, I was able to remove my build script and it worked. |
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Other information
#7710