From 28889338ec38a420d20b8b71d88f88434afd263b Mon Sep 17 00:00:00 2001 From: meh Date: Sun, 6 Sep 2026 00:44:26 +0700 Subject: [PATCH] Use current Homebrew cask lifecycle steps --- packaging/chuzz.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/chuzz.rb b/packaging/chuzz.rb index 03d1058..4e2f975 100644 --- a/packaging/chuzz.rb +++ b/packaging/chuzz.rb @@ -36,9 +36,9 @@ # # Delete this block once the bundle is notarized: leaving it in would strip a # Gatekeeper check that users should get. - postflight do - system_command "/usr/bin/xattr", - args: ["-dr", "com.apple.quarantine", "#{appdir}/Chuzz.app"] + postflight_steps do + run "/usr/bin/xattr", + args: ["-dr", "com.apple.quarantine", "{{appdir}}/Chuzz.app"] end # Chuzz keeps no profile on disk yet: history and cookies live in memory for