Skip to content

Commit

Permalink
kegworks: remove mkdir step
Browse files Browse the repository at this point in the history
[skip cli]
  • Loading branch information
Gcenx authored Dec 4, 2024
1 parent 88fdace commit 4d8c087
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Casks/kegworks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
postflight do
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

zap trash: [
Expand Down

0 comments on commit 4d8c087

Please sign in to comment.