We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--force
1 parent a69edc7 commit 8f97442Copy full SHA for 8f97442
installers/common/MacInstaller.hs
@@ -122,7 +122,7 @@ ABS_PATH="$(pwd)/$REL_PATH"
122
TS="$(date +%Y-%m-%d_%H-%M-%S)"
123
function sign_cmd() {
124
for targetFile in "$@" ; do
125
- codesign --force --verbose=4 --deep --strict --timestamp --options=runtime --entitlements $XML_PATH --sign "$SIGN_ID" "$targetFile" 2>&1 | tee -a /tmp/codesign-output-${TS}.txt
+ codesign --verbose=4 --deep --strict --timestamp --options=runtime --entitlements $XML_PATH --sign "$SIGN_ID" "$targetFile" 2>&1 | tee -a /tmp/codesign-output-${TS}.txt
126
done
127
}
128
VERIFY_CMD="codesign --verbose=4 --verify --deep --strict"
0 commit comments