Question / Help Building the Mac package, including dependencies

alsc

New Member
Hi, I am working on a fork of OSB Studio, and I would like to create a redistributable installer that includes all the dependencies, exactly as it's the installer at the moment.
I am having the hardest time figuring out how to do it. I understand it's something about fixup_bundle but I still haven't been able to figure what is the command line command flow to make this happen. Can anybody enlighten me? Thank you
 

Khin

New Member
If you modify the function obs_finish_bundle in file cmake/Modules/ObsHelpers.cmake (line 105) to always run the code (remove the if), it will run fix up. I had some errors with this regarding file permissions for a few libraries, but not too difficult to solve. Unfortunately, fixup_bundle does not fix qt plugins dependencies (cocoa), and the bundle generated is not standalone.

I really am struggling with this right now... Any help would be appreciated.
 
Top