Compare commits

...

2 Commits

+6 -6
View File
@@ -63,9 +63,9 @@ homebrew_casks:
description: "Modern Kubernetes port-forward manager with interactive TUI"
license: MIT
hooks:
post.install: |
if OS.mac?
system_command "/usr/bin/xattr",
args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"],
sudo: false
end
post:
install: |
if OS.mac?
system_command "/usr/bin/xattr",
args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"]
end