From 5c7aa511ea3a6141e522582b3bc4ee2c8d7a2f6e Mon Sep 17 00:00:00 2001 From: Dean M Greer <38226388+Gcenx@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:22:09 -0400 Subject: [PATCH] winery: rename install app --- Casks/winery.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Casks/winery.rb b/Casks/winery.rb index 3fa7cae..851b662 100644 --- a/Casks/winery.rb +++ b/Casks/winery.rb @@ -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"