mirror of
https://github.com/lukaszraczylo/kportal.git
synced 2026-06-28 05:26:27 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 754108474c | |||
| 690c587c0a |
+6
-6
@@ -63,9 +63,9 @@ homebrew_casks:
|
|||||||
description: "Modern Kubernetes port-forward manager with interactive TUI"
|
description: "Modern Kubernetes port-forward manager with interactive TUI"
|
||||||
license: MIT
|
license: MIT
|
||||||
hooks:
|
hooks:
|
||||||
post.install: |
|
post:
|
||||||
if OS.mac?
|
install: |
|
||||||
system_command "/usr/bin/xattr",
|
if OS.mac?
|
||||||
args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"],
|
system_command "/usr/bin/xattr",
|
||||||
sudo: false
|
args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"]
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user