Skip to content

Commit

Permalink
Builder|macOS: Continuing to fix macOS code signing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 22, 2016
1 parent 3a88e61 commit cd8dd55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doomsday/cmake/Macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -470,13 +470,11 @@ macro (deng_codesign target)
foreach (fn IN LISTS fw)
message (STATUS \"Signing \${fn}...\")
execute_process (COMMAND ${CODESIGN_COMMAND} --verbose
--keychain /Users/jaakko/dengbuild.keychain
-s \"${DENG_CODESIGN_APP_CERT}\" \"\${fn}\"
)
endforeach (fn)
message (STATUS \"Signing ${_outName}.app using '${DENG_CODESIGN_APP_CERT}'...\")
execute_process (COMMAND ${CODESIGN_COMMAND} --verbose
--keychain /Users/jaakko/dengbuild.keychain
--force -s \"${DENG_CODESIGN_APP_CERT}\"
\"\${CMAKE_INSTALL_PREFIX}/${_outName}.app\"
)")
Expand Down

0 comments on commit cd8dd55

Please sign in to comment.