mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
31 lines
1.1 KiB
Ruby
31 lines
1.1 KiB
Ruby
cask "epic-games" do
|
|
version "15.17.1"
|
|
sha256 "35cd6de6f2726794c6bf680de975cce463d03790ae14c4b522a2db1cf1ad7d23"
|
|
|
|
url "https://epicgames-download1.akamaized.net/Builds/UnrealEngineLauncher/Installers/Mac/EpicInstaller-#{version}.dmg",
|
|
verified: "epicgames-download1.akamaized.net/"
|
|
name "Epic Games Launcher"
|
|
desc "Launcher for *Epic Games* games"
|
|
homepage "https://www.epicgames.com/"
|
|
|
|
livecheck do
|
|
url "https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncher.dmg"
|
|
strategy :header_match
|
|
end
|
|
|
|
auto_updates true
|
|
depends_on macos: ">= :sierra"
|
|
|
|
app "Epic Games Launcher.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/Epic",
|
|
"~/Library/Caches/com.epicgames.EpicGamesLauncher",
|
|
"~/Library/Cookies/com.epicgames.EpicGamesLauncher.binarycookies",
|
|
"~/Library/HTTPStorages/com.epicgames.CrashReportClient",
|
|
"~/Library/HTTPStorages/com.epicgames.EpicGamesLauncher",
|
|
"~/Library/Logs/Unreal Engine/EpicGamesLauncher",
|
|
"~/Library/Preferences/Unreal Engine/EpicGamesLauncher",
|
|
]
|
|
end
|