mirror of
https://github.com/textmate/textmate.git
synced 2026-01-20 20:27:59 -05:00
Do not timestamp our code signing
This means that the signature will be invalid when the certificate expires, though it also means that codesign runs faster, and as my certificate is valid for another 4 years, people shouldn’t be using the builds released today when the certificate expires.
This commit is contained in:
@@ -830,7 +830,7 @@ rule run_application
|
||||
description = Run ‘$in’…
|
||||
|
||||
rule sign_executable
|
||||
command = codesign -fs "$identity" $in && touch $out
|
||||
command = codesign --timestamp=none -fs "$identity" $in && touch $out
|
||||
description = Sign ‘$in’…
|
||||
|
||||
rule tbz_archive
|
||||
|
||||
Reference in New Issue
Block a user