mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-06-17 23:02:58 +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:
|
post:
|
||||||
install: |
|
install: |
|
||||||
if system_command("/usr/bin/xattr", args: ["-h"]).exit_status == 0
|
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}/filebrowser"]
|
||||||
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/foo"]
|
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user