ci: fix the post install tap command
parent
6ebfdcceaa
commit
1cc539eb8a
|
@ -208,6 +208,5 @@ homebrew_casks:
|
|||
post:
|
||||
install: |
|
||||
if system_command("/usr/bin/xattr", args: ["-h"]).exit_status == 0
|
||||
# replace 'foo' with the actual binary name
|
||||
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/foo"]
|
||||
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/filebrowser"]
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue