File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -552,9 +552,9 @@ if(APPLE AND CPACK_CODESIGNING_DEVELOPPER_ID_APPLICATION)
552
552
CODE "
553
553
include(\" ${CMAKE_CURRENT_FUNCTION_LIST_FILE} \" )
554
554
codesign_files_macos(
555
- FILES \"\$ {CMAKE_INSTALL_PREFIX}/$<TARGET_BUNDLE_DIR_NAME:${target_name} >/Contents/Frameworks/QtWebEngineCore.framework/QtWebEngineCore \"
555
+ FILES \"\$ {CMAKE_INSTALL_PREFIX}/$<TARGET_BUNDLE_DIR_NAME:${target_name} >/Contents/Frameworks/QtWebEngineCore.framework/Versions/A/Helpers/QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess \"
556
556
SIGNING_IDENTITY \" ${CPACK_CODESIGNING_DEVELOPPER_ID_APPLICATION} \"
557
- IDENTIFIER \" ${CPACK_CODESIGNING_MACOS_IDENTIFIER} .QtWebEngineCore \"
557
+ IDENTIFIER \" ${CPACK_CODESIGNING_MACOS_IDENTIFIER} .QtWebEngineProcess \"
558
558
ENTITLEMENTS \" ${CMAKE_CURRENT_SOURCE_DIR} /../../cmake/QtWebEngineProcess.entitlements\"
559
559
FORCE VERBOSE
560
560
)
You can’t perform that action at this time.
0 commit comments