Files
homebrew-cask/Casks/c/confectionery.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

23 lines
520 B
Ruby

cask "confectionery" do
version "1.2.1"
sha256 :no_check
url "https://confectioneryapp.com/download"
name "Confectionery"
desc "Website screenshot tool"
homepage "https://confectioneryapp.com/"
livecheck do
url :url
strategy :header_match
end
app "Confectionery.app"
zap trash: [
"~/Library/Application Support/Confectionery",
"~/Library/Preferences/com.vadimdemedes.Confectionery.plist",
"~/Library/Saved Application State/com.vadimdemedes.Confectionery.savedState",
]
end