Skip to content

Commit

Permalink
Try to fix macos build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Oct 30, 2023
1 parent 4b06456 commit e9f7155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ if (APPLE)
set_target_properties(aspia_client PROPERTIES MACOSX_BUNDLE_ICONFILE ${aspia_client_ICON})

add_custom_command(TARGET aspia_client POST_BUILD
COMMAND ${CODESIGN_BIN} --force --sign "Developer ID Application" -v "./Aspia Client.app"
COMMAND ${CODESIGN_BIN} --force --sign "Developer ID Application" -v "Aspia Client.app"
WORKING_DIRECTORY "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}"
COMMENT "Signing..."
VERBATIM)
Expand Down
2 changes: 1 addition & 1 deletion source/console/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if (APPLE)
set_target_properties(aspia_console PROPERTIES MACOSX_BUNDLE_ICONFILE ${aspia_console_ICON})

add_custom_command(TARGET aspia_console POST_BUILD
COMMAND ${CODESIGN_BIN} --force --sign "Developer ID Application" -v "./Aspia Console.app"
COMMAND ${CODESIGN_BIN} --force --sign "Developer ID Application" -v "Aspia Console.app"
WORKING_DIRECTORY "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}"
COMMENT "Signing..."
VERBATIM)
Expand Down

0 comments on commit e9f7155

Please sign in to comment.