jprofiler: simplify zap stanza

Co-authored-by: Bevan Kay <email@bevankay.me>
This commit is contained in:
Razvan Azamfirei 2024-03-12 20:16:51 -04:00
parent 7f5465276d
commit e4da8dc623
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ cask "jprofiler" do
app "JProfiler.app"
zap trash: [
"~/.jprofiler#{version.split(".").first}",
"~/.jprofiler*",
"~/Library/Preferences/com.jprofiler.history.plist",
"~/Library/Preferences/com.jprofiler.v#{version.split(".").first}.plist",
"~/Library/Preferences/com.jprofiler.v*.plist",
"~/Library/Preferences/jprofiler.vmoptions",
]
end