We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525c535 commit c7bf564Copy full SHA for c7bf564
1 file changed
cmake/Modules/ObsHelpers_macOS.cmake
@@ -352,7 +352,7 @@ function(setup_obs_bundle target)
352
set(_DEPENDENCY_PREFIX \"${CMAKE_PREFIX_PATH}\")
353
set(_BUILD_FOR_DISTRIBUTION \"${BUILD_FOR_DISTRIBUTION}\")
354
set(_BUNDLENAME \"$<TARGET_FILE_BASE_NAME:${target}>.app\")
355
- set(_BUNDLER_COMMAND \"${CMAKE_SOURCE_DIR}/cmake/bundle/macos/dylibbundler\")
+ set(_BUNDLER_COMMAND \"${CMAKE_SOURCE_DIR}/cmake/bundle/macOS/dylibbundler\")
356
set(_CODESIGN_IDENTITY \"${OBS_BUNDLE_CODESIGN_IDENTITY}\")
357
set(_CODESIGN_ENTITLEMENTS \"${CMAKE_SOURCE_DIR}/cmake/bundle/macOS\")"
358
COMPONENT obs_resources)
0 commit comments