fixup! Update gorelease config and docs - moving to cask due to depreciation

This commit is contained in:
2025-12-07 14:04:38 +00:00
parent 2a44c6ff9c
commit 0d03f228f9
+7 -4
View File
@@ -62,7 +62,10 @@ homebrew_casks:
homepage: https://lukaszraczylo.github.io/kportal
description: "Modern Kubernetes port-forward manager with interactive TUI"
license: MIT
postflight: |
system_command "/usr/bin/xattr",
args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"],
sudo: false
hooks:
post.install: |
if OS.mac?
system_command "/usr/bin/xattr",
args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"],
sudo: false
end