Skip to content

Commit

Permalink
Even more homebrew updates
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurieWired committed Jan 26, 2025
1 parent 74cf0d0 commit 93439e2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Casks/malimite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

depends_on formula: "java"

stage_only true

postflight do
libexec = "#{HOMEBREW_PREFIX}/libexec/malimite"
bin = "#{HOMEBREW_PREFIX}/bin/malimite"
Expand All @@ -30,6 +28,14 @@
"#{HOMEBREW_PREFIX}/libexec/malimite",
]

zap trash: [
"~/Library/Application Support/Malimite",
"~/Library/Caches/Malimite",
"~/Library/Logs/Malimite",
"~/Library/Preferences/com.lauriewired.malimite.plist",
"~/Library/Saved Application State/com.lauriewired.malimite.savedState",
]

caveats <<~EOS
Ghidra is a recommended dependency for Malimite. You can install it via:
brew install --cask ghidra
Expand Down

0 comments on commit 93439e2

Please sign in to comment.