We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e1927 commit 0ad174aCopy full SHA for 0ad174a
CMakeLists.txt
@@ -170,8 +170,8 @@ else ()
170
if (SMCEGD_BUNDLE_DEPS)
171
install (FILES "${SMCE_DYNLIB_FILE}" DESTINATION "${PROJECT_BINARY_DIR}/export/SMCE-Godot.app/Contents/Frameworks")
172
endif()
173
-
174
install (CODE "
+ execute_process (COMMAND \"${CODESIGN_EXECUTABLE}\" --force -s - \"${PROJECT_BINARY_DIR}/export/SMCE-Godot.app\")
175
file (INSTALL \"${PROJECT_BINARY_DIR}/export/SMCE-Godot.app\" DESTINATION \"\${CMAKE_INSTALL_PREFIX}\" USE_SOURCE_PERMISSIONS)
176
")
177
endif ()
0 commit comments