Skip to content

Commit e7423d6

Browse files
authored
Casks: modify the codesign command
Add flags: --timestamp=none --all-architectures
1 parent 67b129b commit e7423d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/pixelpulse2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
uninstall pkgutil: "com.analogdevicesinc.pixelpulse2"
1212

1313
def post_install
14-
system "codesign", "--force", "--deep", "--sign", "-", Contents/MacOS/pixelpulse2
14+
system "codesign", "--force", "--deep", "--sign", "-", " --timestamp=none", "--all-architectures", Contents/MacOS/pixelpulse2
1515
end
1616
end
1717

0 commit comments

Comments
 (0)