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.
1 parent 251a527 commit c544b27Copy full SHA for c544b27
.goreleaser.yml
@@ -42,7 +42,7 @@ homebrew_casks:
42
hooks:
43
post:
44
install: |
45
- if system_command("/usr/bin/xattr", args: ["-h"]).exit_status == 0
+ if OS.mac?
46
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/ipcalc"]
47
end
48
0 commit comments