Replies: 1 comment 1 reply
-
Hey @SCG82, thanks for offering to help ease macOS distribution with your tool! There are a few things I'm wondering about though:
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/SCG82/macdylibbundler is a fork of https://github.com/auriamg/macdylibbundler that finds, copies, and fixes up (install names, rpaths) all dependencies of a macOS app bundle, including frameworks & Qt plugins. My motivation was to avoid having to manually fix up app bundles or deal with running
macdeployqt
followed by some recursive find+otool to find what it missed.usage:
It's used by OBS Studio (https://github.com/obsproject/obs-studio/blob/master/CI/full-build-macos.sh)
Beta Was this translation helpful? Give feedback.
All reactions