Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ea 13.224.0.5737 (new cask) #176879

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions Casks/e/ea.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
cask "ea" do
version "13.235.0.5748"
sha256 :no_check

url "https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EA%20app.dmg",
verified: "origin-a.akamaihd.net/EA-Desktop-Client-Download/"
name "EA App"
desc "Electronic Arts game launcher"
homepage "https://www.ea.com/ea-app"

livecheck do
url :url
strategy :extract_plist
end

auto_updates true
p-linnane marked this conversation as resolved.
Show resolved Hide resolved
depends_on macos: ">= :catalina"

app "EA app.app"

zap delete: [
"/Library/Application Support/Electronic Arts",
"/Library/LaunchDaemons/com.ea.app.backgroundservice.plist",
],
trash: [
"~/Library/Application Support/Electronic Arts",
"~/Library/Caches/EA app",
"~/Library/Caches/EACrashReporter",
"~/Library/Caches/EALaunchHelper",
"~/Library/HTTPStorages/com.EA.EA-app-Migrator",
"~/Library/LaunchAgents/com.ea.app.backgroundAgent.plist",
"~/Library/Preferences/com.ea.EACefSubProcessRenderer.plist",
"~/Library/Saved Application State/com.ea.mac.eaapp.savedState",
]
end
Loading