nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 16 lines 697 B view raw
1diff --git a/remove-deep-flag-from-codesign.diff b/remove-deep-flag-from-codesign.diff 2new file mode 100644 3index 0000000000..e69de29bb2 4diff --git a/src/contour/CMakeLists.txt b/src/contour/CMakeLists.txt 5index 3c7ac83720..55e6830bfc 100644 6--- a/src/contour/CMakeLists.txt 7+++ b/src/contour/CMakeLists.txt 8@@ -510,7 +510,7 @@ 9 # Ensure code signature 10 execute_process( 11 WORKING_DIRECTORY \"${CMAKE_CURRENT_BINARY_DIR}\" 12- COMMAND codesign --force --deep --sign \"${CODE_SIGN_CERTIFICATE_ID}\" \"${BUNDLE_APP}\" 13+ COMMAND codesign --force --sign \"${CODE_SIGN_CERTIFICATE_ID}\" \"${BUNDLE_APP}/Contents/MacOS/contour\" 14 ) 15 ") 16 else()