mirror of
https://github.com/lukaszraczylo/kportal.git
synced 2026-06-25 04:03:24 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0d03f228f9 |
+7
-4
@@ -62,7 +62,10 @@ homebrew_casks:
|
|||||||
homepage: https://lukaszraczylo.github.io/kportal
|
homepage: https://lukaszraczylo.github.io/kportal
|
||||||
description: "Modern Kubernetes port-forward manager with interactive TUI"
|
description: "Modern Kubernetes port-forward manager with interactive TUI"
|
||||||
license: MIT
|
license: MIT
|
||||||
postflight: |
|
hooks:
|
||||||
system_command "/usr/bin/xattr",
|
post.install: |
|
||||||
args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"],
|
if OS.mac?
|
||||||
sudo: false
|
system_command "/usr/bin/xattr",
|
||||||
|
args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"],
|
||||||
|
sudo: false
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user