Skip to content

Commit 0ad174a

Browse files
committed
[CI] Fixup 2d68cf2
Signed-off-by: AeroStun <24841307+AeroStun@users.noreply.github.com>
1 parent 36e1927 commit 0ad174a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ else ()
170170
if (SMCEGD_BUNDLE_DEPS)
171171
install (FILES "${SMCE_DYNLIB_FILE}" DESTINATION "${PROJECT_BINARY_DIR}/export/SMCE-Godot.app/Contents/Frameworks")
172172
endif()
173-
174173
install (CODE "
174+
execute_process (COMMAND \"${CODESIGN_EXECUTABLE}\" --force -s - \"${PROJECT_BINARY_DIR}/export/SMCE-Godot.app\")
175175
file (INSTALL \"${PROJECT_BINARY_DIR}/export/SMCE-Godot.app\" DESTINATION \"\${CMAKE_INSTALL_PREFIX}\" USE_SOURCE_PERMISSIONS)
176176
")
177177
endif ()

0 commit comments

Comments
 (0)