Skip to content

Commit

Permalink
kegworks: Fix postflight
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcenx authored Oct 30, 2024
1 parent 7caab8f commit 975c3f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Casks/kegworks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
app "Winery.app", target: "Kegworks Winery.app"

postflight do
system "/usr/bin/xattr", "-drs", "com.apple.quarantine", "#{appdir}/Winery.app"
system "/usr/bin/codesign", "--force", "--deep", "-s", "-", "#{appdir}/Winery.app"
system "/usr/bin/xattr", "-drs", "com.apple.quarantine", "#{appdir}/Kegworks Winery.app"
system "/usr/bin/codesign", "--force", "--deep", "-s", "-", "#{appdir}/Kegworks Winery.app"
system_command "/bin/mkdir", args: ["-p", "/Users/#{ENV.fetch("USER")}/Applications/Kegworks"], sudo: false
end

Expand Down

0 comments on commit 975c3f0

Please sign in to comment.