7d542a9f98
GitOrigin-RevId: b72b8b94cf0c012b0252a9100a636cad69696666
10 lines
185 B
Diff
10 lines
185 B
Diff
--- old/src/mac/codesign.rkt
|
|
+++ new/src/mac/codesign.rkt
|
|
@@ -18,6 +18,6 @@
|
|
file))
|
|
|
|
(void
|
|
- (if remove?
|
|
+ (begin
|
|
(remove-signature file)
|
|
(add-ad-hoc-signature file)))
|