Skip to content

Commit

Permalink
winery: rename install app
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcenx authored Oct 9, 2024
1 parent cdb962f commit 5c7aa51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Casks/winery.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@

depends_on macos: ">= :catalina"

app "Winery.app"
app "Winery.app", target: "Kegworks Winery.app"

# Workaround issue until it's fixed in Winery
# https://github.com/Gcenx/WineskinServer/issues/96
postflight do
system "/usr/bin/xattr", "-drs", "com.apple.quarantine", "#{appdir}/Winery.app"
system "/usr/bin/codesign", "--force", "--deep", "-s", "-", "#{appdir}/Winery.app"
Expand Down

0 comments on commit 5c7aa51

Please sign in to comment.