|
@@ -422,6 +422,8 @@ prepare_macos_bundle() {
|
|
|
/bin/mv ./OBS.app/Contents/Resources/data/obs-scripting/obspython.py ./OBS.app/Contents/MacOS/
|
|
/bin/mv ./OBS.app/Contents/Resources/data/obs-scripting/obspython.py ./OBS.app/Contents/MacOS/
|
|
|
/bin/rm -rf ./OBS.app/Contents/Resources/data/obs-scripting/
|
|
/bin/rm -rf ./OBS.app/Contents/Resources/data/obs-scripting/
|
|
|
fi
|
|
fi
|
|
|
|
|
+ # dylibbundler will only copy actually linked files into bundle, but not symlinks
|
|
|
|
|
+ /bin/cp -cpR /tmp/obsdeps/lib/*.dylib ./OBS.app/Contents/Frameworks
|
|
|
|
|
|
|
|
bundle_dylibs
|
|
bundle_dylibs
|
|
|
install_frameworks
|
|
install_frameworks
|