mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-06-17 14:53:00 +00:00
ci: fix the post install tap command
This commit is contained in:
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…
x
Reference in New Issue
Block a user