From 754108474c73b7c48775a025bc0a24eac4ae8b68 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sun, 7 Dec 2025 14:36:45 +0000 Subject: [PATCH] fixup! fixup! fixup! Update gorelease config and docs - moving to cask due to depreciation --- .goreleaser.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index cc4e0af..9e7c2f1 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -65,5 +65,7 @@ homebrew_casks: hooks: post: install: | - system_command "/usr/bin/xattr", - args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"] + if OS.mac? + system_command "/usr/bin/xattr", + args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"] + end