mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
18 lines
535 B
Ruby
18 lines
535 B
Ruby
cask "atlauncher" do
|
|
version "3.4.35.3"
|
|
sha256 "2d3a81f26d26b497095f732e78669bd1431466b5154de758af52d547af35a281"
|
|
|
|
url "https://github.com/ATLauncher/ATLauncher/releases/download/v#{version}/ATLauncher-#{version}.zip",
|
|
verified: "github.com/ATLauncher/ATLauncher/"
|
|
name "ATLauncher"
|
|
desc "Minecraft launcher"
|
|
homepage "https://atlauncher.com/"
|
|
|
|
app "ATLauncher.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Preferences/com.atlauncher.App.plist",
|
|
"~/Library/Saved Application State/com.atlauncher.App.savedState",
|
|
]
|
|
end
|